Group and Organization navigation
Snyk shows your preferred Organization by default when you log into the Snyk Web UI. Snyk also uses the settings for your preferred Organization when you test a Project locally using the CLI.
Switch Group
If your company uses multiple Groups, then to change which Organization you're viewing, click the Group navigation switcher ( icon):

Switch Organization
To change which Organization you're viewing, click the Organization navigation switcher:

Switch Organization In the CLI
If you have only your default Organization, any Projects you add or update by running
snyk monitor
are automatically associated with your default Organization.If you have more than one Organization, you can configure the organization with which newly added Projects should be associated by running
snyk config set org=ORG_ID
.If you would like to override this global configuration for individual runs of
snyk monitor
, runsnyk monitor --org=ORG_ID
.
The default <ORG_ID>
is the currently preferred Organization in your Account settings.
See How to select the organization to use in the CLI for more details.
Last updated
Was this helpful?