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 8401fbb commit b605a16Copy full SHA for b605a16
templates/cli/lib/commands/pull.js.twig
@@ -287,7 +287,7 @@ const pullSites = async ({ code, withVariables }) => {
287
}
288
289
const pullCollection = async () => {
290
- warn("appwrite push collection has been deprecated. Please consider using 'appwrite push tables' instead");
+ warn("appwrite pull collection has been deprecated. Please consider using 'appwrite pull tables' instead");
291
log("Fetching collections ...");
292
let total = 0;
293
0 commit comments