On snyk.io
Choose the organization you want from the drop-down menu in the top navigation.
If you add projects on snyk.io via GitHub integration, they will be added to the currently chosen organization.
In the Snyk CLI
If you have only your default organization, any projects you add or update by running
snyk wizard
orsnyk monitor
will be automatically associated with your default organization.-
If you have more than one organization, you can configure which organization newly added projects should be associated with by running
snyk config set org=orgname
.Note
orgname
should match the name as displayed in the URL of your org in the snyk UI: https://app.snyk.io/org/[orgname]. If you would like to override this global configuration for individual runs of
snyk wizard
orsnyk monitor
, runsnyk monitor --org=orgname
orsnyk wizard --org=orgname
.