Skip to content

v0.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Mar 12:15
· 31 commits to main since this release
5254513

This is the First Release of CRDA CLI. This release features 3 commands:

Commands:

  1. 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

     
  1. 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