You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the user need
The ability to pass a target id to generate a license report.
Currently, to generate a license report for a specific target then you need to retrieve the org id and all the project Id's for that target from Snyk and append as args to the CLI call with --orgPublicId and them to a number of --project e.g.
Describe expected behaviour
If you could pass the --orgPublicId along with a target id --targetId and a report could be generated for all the projects associated/within the target. snyk-licenses-report generate --orgPublicId=<ORG_PUBLIC_ID> --targetId=<TARGET_ID>
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Describe the user need
The ability to pass a target id to generate a license report.
Currently, to generate a license report for a specific target then you need to retrieve the org id and all the project Id's for that target from Snyk and append as args to the CLI call with
--orgPublicId
and them to a number of--project
e.g.snyk-licenses-report generate --orgPublicId=<ORG_PUBLIC_ID> --project=<PROJECT_PUBLIC_ID_1> --project=<PROJECT_PUBLIC_ID_2>
Describe expected behaviour
If you could pass the
--orgPublicId
along with a target id--targetId
and a report could be generated for all the projects associated/within the target.snyk-licenses-report generate --orgPublicId=<ORG_PUBLIC_ID> --targetId=<TARGET_ID>
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: