Install the CLI through one of the possible ways described in the Installation page.
In order to start working with the cli you will need to update the authentication configuration.
Updating the authentication configuration is done via an API-KEY you generate from Codefresh.
If you already have an API-KEY you can just use it.
You can generate a new one from the user settings page.
Once you have an API key, create a new authentication context:
codefresh auth create-context --api-key {API_KEY}
To get help and usage instructions run codefresh [COMMAND]--help
.
A help message will appear in the terminal.
Run codefresh version
to see the current CLI version.