Releases: fabric8-analytics/cli-tools
Releases · fabric8-analytics/cli-tools
v0.2.5
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
v0.1.2
v0.1.1
v0.1.0
v0.0.1
This is the First Release of CRDA CLI. This release features 3 commands:
Commands:
crda auth
: To authenticate against CRDA Servers. This command returns a unique UUID, which is meant to be set in Env of the system.
Supported Flags:
--synk-token
: Snyk Token is used to authenticate against Snyk Servers. Required to get Verbose Stack Report Analyses--help
: Command level Help.
2. crda analyse
: This is the featured command. It is used to scan the manifest file of a Project.
Supported Flags:
--json
: To output results in JSON format. Generally used in CI subsystems (Jenkins/Tekton).--verbose
: To get a detailed analysis report about the given manifest file--help
: Command level help
crda version
: This outputs version details of Binary.
Global Flags:
--help
: To get help about individual command functionality--debug
: Use this flag to activate debug logs, Generally used when CLI is throwing Error.--no-color
: To toggle colours in CLI output.
To learn more, please refer to Readme