apps
subcommands are accessible only behind the --experimental
flag and the behavior can change at any time, without prior notice. Use all the commands with caution--interactive
mode, for example snyk apps --experimental --interactive
.apps
command, for example, snyk apps create
.snyk apps
command, use the --help
option, snyk apps --help.
--interactive
--org=<ORG_ID>
<ORG_ID>
under which to create the Snyk App. Required for the create
command.--name=<SNYK_APP_NAME>
create
command.--redirect-uris=<REDIRECT_URIS>
create
command.--scopes=<SCOPES>
create
command.snyk apps create --experimental --org=48ebb069-472f-40f4-b5bf-d2d103bc02d4 --name='My Awesome App' --redirect-uris=https://example1.com,https://example2.com --scopes=apps:beta
snyk apps create --experimental --interactive