Omlet Docs
BlogChangelogAsk the CommunityContact Sales
  • Get started
    • What is Omlet?
    • CLI & Dashboard
  • Omlet for VS Code
  • CLI & Dashboard
    • CLI
      • Your first scan
      • Set up your dashbard
      • Future scans
      • Ensure data accuracy
      • Config file
        • Exports configuration
        • Mapping aliases
        • Excluding certain components & files
        • Tutorial: Config file
      • Custom component properties
        • CLI hooks
        • Tutorial 1: Team/code owner usage
        • Tutorial 2: Package version tracking
        • Other example scripts
      • Set up regular scans
      • CLI commands
        • init
        • analyze
        • login
    • Analytics
      • Popular charts
      • Create custom charts
      • Save charts to dashboard
      • Share charts and dashboards with your team
      • Download chart data
    • Components
      • Search and filter components
      • Component tags
      • Dependency Tree
      • Props tracking
    • Workspace & Account
      • Invite team members
      • Renaming projects
      • Update your email address
      • Access your billing details & invoices
  • Security
    • Security in Omlet
    • Data collection
  • Help
    • Pricing
    • FAQs
      • How detection works?
      • Monorepo support
      • How to delete scans?
      • Omlet vs. React Scanner
      • Working with multiple workspaces
    • Troubleshooting
      • Debugging CLI issues
      • Some components aren't detected
      • API failed or timeout
      • Are you behind a proxy?
      • Troubleshooting Git errors
Powered by GitBook
On this page
  • Common questions about CLI scans
  • What happens to the previous scans?
  • How often should we scan the codebase?
  • Should we scan everything at once?
  • Next steps
  1. CLI & Dashboard
  2. CLI

Future scans

Learn how to scan more repositories with CLI's analyze command.

PreviousSet up your dashbardNextEnsure data accuracy

Last updated 1 year ago

If you made changes to the repositories you previously scanned or need to add more repositories to your analyses, you can scan them using the analyze command.

npx @omlet/cli analyze
yarn dlx @omlet/cli analyze
pnpm dlx @omlet/cli analyze

Omlet will automatically detect the previously scanned components and update them as needed. It'll also match components defined in one repo and used in another.

Common questions about CLI scans

What happens to the previous scans?

Omlet keeps your adoption charts up-to-date by tracking component changes across your projects. Removed components? No problem, the usage numbers will adjust automatically.

Historical charts benefit from previous scans. You'll continue to have snapshot data from a specific date to understand how your design system evolves.

How often should we scan the codebase?

There's no limit to your scans. We recommend scanning when there are changes to your projects and the design system.

Should we scan everything at once?

Not necessarily. You can scan additional repositories anytime you want. Omlet can match the component relationship between the recently and previously scanned components.

Next steps

We recommend checking the and having the required to ensure you have accurate component data from your scans.

Once you're happy with the results, you can and run Omlet as part of your build process or with scheduled intervals.

Ensure data accuracy page
CLI configuration
set up regular scans