Skip to content

Releases: fabric8-analytics/cli-tools

v0.2.5

12 Oct 04:51
2af417b
Compare
Choose a tag to compare

Changelog

2af417b Fix CLI Logging and Error Handling (#76)

v0.2.4

01 Sep 07:05
5c108e1
Compare
Choose a tag to compare

Changelog

5c108e1 Logging modified (#72)

v0.2.3

03 Jun 07:21
734eec0
Compare
Choose a tag to compare

Changelog

734eec0 Updating env variables to Prepend crda (#67)

v0.2.2

19 May 10:28
d35e301
Compare
Choose a tag to compare

Changelog

d35e301 fix: unable to bind env variables (#60)

v0.2.1

30 Apr 09:19
902e40f
Compare
Choose a tag to compare

Adding support for IntelliJ Client

Changelog

902e40f intelliJ cli support (#57)

v0.2.0

28 Apr 04:10
1438e2e
Compare
Choose a tag to compare

Release with Telemetry Data Collection

Changelog

1438e2e fix: Handling Auth Error (#56)
4bfa169 fix: fix: repeated prompt in telemetry (#54)
f3a3201 fix: minor readme and release job fix (#52)
4bc0b72 feat: add crda config commands (#50)

For detailed Info, please refer ReadMe

v0.1.2

20 Apr 07:35
252ab6f
Compare
Choose a tag to compare

Patch Release: This release fixes the Tekton E2E Issue

Issue: https://issues.redhat.com/browse/APPAI-1836

Changelog

6d1e1a8 chore: move version params to a package (#45)
252ab6f fix: make host and port overridable #47

v0.1.1

09 Apr 08:27
6d1e1a8
Compare
Choose a tag to compare

Changelog

6d1e1a8 chore: move version params to a package (#45)
97dfad1 fix: enabling exit codes for general cli o/p and updating field names (#43 )

v0.1.0

06 Apr 11:06
6236425
Compare
Choose a tag to compare

This release supports relative manifest file path

Changelog

6236425 feat: relative manifest file path support (#42)

v0.0.1

17 Mar 12:15
5254513
Compare
Choose a tag to compare

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