Skip to content

Releases: codedx/codedx-cli-client

v0.3.0

22 Nov 14:00
Compare
Choose a tag to compare

This release performs general updates and adds support for Code Dx project branches

v0.2.0

14 Feb 20:36
Compare
Choose a tag to compare

Features and Changes

  • You no longer need to run the CLI as a REPL.
  • Mandatory arguments no longer require a dedicated flag (i.e. base-url when running the exe, project-id and files for the analyze command).
    • In the analyze command, the flags for the required project-id and file(s) arguments are removed entirely, which may break old scripts. Just remove the -p, --project-id, -f, and --file flags from your script.
  • You can now omit the password from the CLI to have it prompt for your password, to avoid showing your password in the terminal.

To run a single command from the terminal, just append the command name and its arguments after the command you used to run the REPL before.

$> codedx-client https://localhost/codedx -ujohndoe projects
password:
{"id":1,"name":"First Project","parentId":null}
{"id":2,"name":"Second Project","parentId":null}
....
$>

v0.2.0-RC1

02 Nov 17:54
Compare
Choose a tag to compare
v0.2.0-RC1 Pre-release
Pre-release

Added some conveniences to the CLI and its commands.

v0.1.1

19 Oct 13:43
Compare
Choose a tag to compare

Minor changes to help text, updates to readme.

v0.1.0

06 Oct 15:05
Compare
Choose a tag to compare

Initial release of the client.

Supported commands:

  • analyze to run an analysis
  • projects to list or query projects