@@ -16,12 +16,13 @@ slack project create [name | agent <name>] [flags]
1616## Flags
1717
1818```
19- -b, --branch string name of git branch to checkout
20- -h, --help help for create
21- --list list available app templates
22- -n, --name string name for your app (overrides the name argument)
23- --subdir string subdirectory in the template to use as project
24- -t, --template string template URL for your app
19+ -b, --branch string name of git branch to checkout
20+ -E, --environment string environment to save existing app (local, deployed)
21+ -h, --help help for create
22+ --list list available app templates
23+ -n, --name string name for your app (overrides the name argument)
24+ --subdir string subdirectory in the template to use as project
25+ -t, --template string template URL for your app
2526```
2627
2728## Global flags
@@ -56,6 +57,9 @@ $ slack create --name my-project
5657
5758# Create from a subdirectory of a template
5859$ slack create my-project -t org/monorepo --subdir apps/my-app
60+
61+ # Create from template and link to an existing app
62+ $ slack create my-project -t slack-samples/bolt-js-starter-template --app A0123456789 --environment local
5963```
6064
6165## See also
0 commit comments