We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
deploy
1 parent 1914bd6 commit 4a301f8Copy full SHA for 4a301f8
templates/cli/lib/commands/push.js.twig
@@ -1715,9 +1715,9 @@ push
1715
.action(actionRunner(pushMessagingTopic));
1716
1717
const deploy = new Command("deploy")
1718
- .description(commandDescriptions['push'])
+ .description('Deprecated. Use appwrite push instead')
1719
.action(actionRunner(async () => {
1720
- warn("Did you mean to run 'appwrite push' command?");
+ warn("appwrite deploy has been deprecated. Please use 'appwrite push' instead");
1721
}));
1722
1723
module.exports = {
0 commit comments