Releases: fastly/cli
Releases · fastly/cli
v1.1.1
v1.1.0
v1.0.1
v1.0.0
v1.0.0 (2021-11-02)
Changed:
- Use
EnumsVar
forauth-token --scope
#447 - Rename
logs tail
tolog-tail
#456 - Rename
dictionaryitem
todictionary-item
#459 - Rename
fastly compute ... --path
flags #460 - Rename
--force
to--skip-verification
#461
Upgrading
If the CLI is being used in a CI (or otherwise scripted environment), then changes may need to be applied to those environments/scripts depending on whether they're utilising one of the features that have since been updated.
The changes required in your configuration to accommodate the breaking changes in this release are trivial and we recommend all users to upgrade to 1.0.0. If you prefer not to, and are using the Fastly GitHub actions workflow, manually configure the CLI version dependency to a compatible version:
- name: Setup Fastly CLI
uses: fastly/compute-actions/setup@main
with:
cli_version: '0.43.0'