8000 Release v1.0.0 · fastly/cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v1.0.0

Compare
Choose a tag to compare
@Integralist Integralist released this 03 Nov 15:57
· 815 commits to main since this release 6DE9
v1.0.0
3d8eb45

v1.0.0 (2021-11-02)

Full Changelog

Changed:

  • Use EnumsVar for auth-token --scope #447
  • Rename logs tail to log-tail #456
  • Rename dictionaryitem to dictionary-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'
0