Project CLI change log
In this change log, you can learn about the latest changes, improvements, and updates for the Project CLI.
Version 0.0.37
Version 0.0.37 of the CLI was released on 3 April 2024.
In this release, the following changes impact the pagination of listing commands. For more information, see the pagination section of the Projects API docs. The in-line option --start was renamed to --token for all listing commands. For example, the project list command now uses --token instead of --start as an option.
Listing commands return 10 records by default if the page size is not specified by the --limit option. Alternatively, the --all-pages option returns every record available.
Added experimental commands to support stacking deployable architectures.
Version 0.0.25
Version 0.0.25 of the CLI was released on 6 November 2023.
In this release, the create and update JSON properties match the get JSON properties with separation between the server-controlled attributes and the user-supplied attributes. The commands are normalized
so that they follow a regular pattern. Terminology was also aligned to use validate, deploy, and undeploy.
Updated the following commands:
- All commands that impact configurations now begin with
configinstead ofproject. - The
project create,project update,config-create, andconfig-updatecommands now use thedefinitionconstruct to replace individual parameters likenameanddescription. - The
project config-installcommand is replaced by theconfig-deploycommand. - The
project config-uninstallcommand is replaced by theconfig-undeploycommand. - The
project list-config-draftscommand is replaced by theconfig-versionscommand. - The
project config-draft-getcommand is replaced by theconfig-version-getcommand.
Added the following commands:
- The
config-version-deletecommand deletes a version of a configuration. - The
environment-createcommand creates an environment. - The
environment-updatecommand edits an environment. - The
environment-deletecommand deletes an environment. - The
environmentcommand returns an environment. - The
environmentscommand returns all environments.