Skip to content

Commit d6ee32d

Browse files
committed
Clarify how many functions are deployed
1 parent 2f2b56e commit d6ee32d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/cli/lib/commands/deploy.js.twig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,8 @@ const deployFunction = async ({ functionId, all, yes } = {}) => {
309309
}
310310
}
311311
}
312+
313+
success(`Deployed ${functions.length} functions`);
312314
}
313315

314316
const createAttribute = async (databaseId, collectionId, attribute) => {

0 commit comments

Comments
 (0)