You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename add-ons to apps with deprecated backward compatibility (#627)
* Rename add-ons to apps with deprecated backward compatibility
Rename all occurrences of add-ons and its variations in commands and
flags to apps, with old commands/flags still available for backward
compatibility.
The Supervisor API still uses addons, so these occurrences are kept for
now, along with the related variables which process them. When/if this
API is changed, we can also rename these.
* Change --apps in backups to --app
* Improve grammer in backup descriptions
Also make first letters caps as it's more common across the repo.
* Fix previously present grammar issues highlighted in PR
* Fix the missed apps->app changes
0 commit comments