Skip to content

Commit 725fd50

Browse files
committed
fix: Add function success creation instructions
1 parent fbd10ef commit 725fd50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ const initFunction = async () => {
273273

274274
localConfig.addFunction(data);
275275
success();
276+
log(`* use 'appwrite dev function' for local development\n${' '.repeat(7)}* use 'appwrite push functions' to push the function to your {{ spec.title|caseUcfirst }} instance`)
276277
}
277278

278279
const init = new Command("init")

0 commit comments

Comments
 (0)