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
  • Navigating multiple workspaces
  • Uploading scans to multiple workspaces
  • Working with a test instance
  1. Help
  2. FAQs

Working with multiple workspaces

Learn how you can work with multiple workspaces.

Navigating multiple workspaces

Omlet automatically directs you to the workspace you created or the workspace you were invited to first.

If you are invited to multiple workspaces, you can enter a URL with a specific workspace name, such as: https://feta.omlet.dev/my_other_workspace

Uploading scans to multiple workspaces

To upload a scan to a workspace you're invited to, rather than your default workspace, you will need to acquire the access token of this workspace from the owner account first. The account owner can print their access token using the below CLI command:

npx @omlet/cli login --print-token
yarn dlx @omlet/cli login --print-token
pnpm dlx @omlet/cli login --print-token

Once you get the token, you can add it to an environment variable named OMLET_TOKEN. Omlet CLI will automatically use this environment variable and upload the scan to the specific workspace.

Working with a test instance

Omlet does not provide a test instance within the same workspace at the moment. We would recommend creating a separate workspace for testing purposes.

PreviousOmlet vs. React ScannerNextTroubleshooting

Last updated 1 year ago