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.
1 parent 4a301f8 commit fa945e3Copy full SHA for fa945e3
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('Deprecated. Use appwrite push instead')
+ .description('Removed. Use appwrite push instead')
1719
.action(actionRunner(async () => {
1720
- warn("appwrite deploy has been deprecated. Please use 'appwrite push' instead");
+ warn("appwrite deploy has been removed. Please use 'appwrite push' instead");
1721
}));
1722
1723
module.exports = {
0 commit comments