Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Sep 10:08
· 26 commits to master since this release
71f840e

Warning: This release contains many breaking changes.

A significant update to the CLI is coming with the 1.0.0 release.

Key changes include:

  • Manifests are now versioned.
  • The Edge apps commands have undergone major restructuring:
    • The "upload" and "promote" commands are replaced by a single "deploy" command.
    • The "secret" commands have been removed and their functionality merged into the "setting" commands.
    • The "version" commands have been deleted.
    • --app-id and --installation-id arguments are removed from all the commands. Now ids are read only from the manifests files.
    • The "deploy" command (previously "upload") no longer installs the app.
    • New "instance" commands have been introduced for managing installations/instances.

For more details, refer to the documentation: EdgeApps Documentation.