@@ -18,7 +18,7 @@ $ npm install -g @codegenie/cli
1818$ @codegenie/cli COMMAND
1919running command...
2020$ @codegenie/cli (--version)
21- @codegenie/cli/0.0.5 darwin-arm64 node-v20.9.0
21+ @codegenie/cli/0.0.6 darwin-arm64 node-v20.9.0
2222$ @codegenie/cli --help [COMMAND]
2323USAGE
2424 $ @codegenie/cli COMMAND
@@ -73,21 +73,24 @@ Generate an application
7373```
7474USAGE
7575 $ @codegenie/cli generate [--json] [--name <value>] [-d <value>] [--deploy] [-p <value>] [-n] [-r]
76+ [--AppDefinitionOnly]
7677
7778FLAGS
78- -d, --description=<value> Describe your application in plain English and Code Genie will do its best to create
79- an App Definition and data model for you.
80- -n, --noCopyAwsProfile Skips copying an AWS profile in the ~/.aws/credentials file. You must specify a
81- your-app-name_dev (as well as _staging and _prod) profile before you can deploy the
82- app.
83- -p, --awsProfileToCopy=<value> [default: default] The AWS Profile to copy in the ~/.aws/credentials file and used to
84- deploy the application. Defaults to the 'default' profile. Specify
85- --no-copy-aws-profile to skip this step
86- -r, --replaceAppDefinition Replaces the current .codegenie directory.
87- --deploy Deploys the generated application to AWS using the --awsProfileToCopy creds. Creates
88- new profiles in ~/.aws/credentials based on your app name and stages by copying the
89- --awsProfileToCopy creds.
90- --name=<value> Name of the app you're generating.
79+ -d, --description=<value> Describe your application in plain English and Code Genie will do its best to create
80+ an App Definition and data model for you.
81+ -n, --noCopyAwsProfile Skips copying an AWS profile in the ~/.aws/credentials file. You must specify a
82+ your-app-name_dev (as well as _staging and _prod) profile before you can deploy the
83+ app.
84+ -p, --awsProfileToCopy=<value> [default: default] The AWS Profile to copy in the ~/.aws/credentials file and used to
85+ deploy the application. Defaults to the 'default' profile. Specify --noCopyAwsProfile
86+ to skip this step
87+ -r, --replaceAppDefinition Replaces the current .codegenie directory.
88+ --deploy Deploys the generated application to AWS using the --awsProfileToCopy creds. Creates
89+ new profiles in ~/.aws/credentials based on your app name and stages by copying the
90+ --awsProfileToCopy creds.
91+ --generateAppDefinitionOnly Generates app definition only (run `@codegenie/cli generate` without `--description`
92+ to generate source code).
93+ --name=<value> Name of the app you're generating.
9194
9295GLOBAL FLAGS
9396 --json Format output as json.
@@ -107,7 +110,7 @@ EXAMPLES
107110 generating app...
108111```
109112
110- _ See code: [ dist/commands/generate.ts] ( https://github.com/CodeGenieApp/cli/blob/v0.0.5 /dist/commands/generate.ts ) _
113+ _ See code: [ dist/commands/generate.ts] ( https://github.com/CodeGenieApp/cli/blob/v0.0.6 /dist/commands/generate.ts ) _
111114
112115## ` @codegenie/cli help [COMMANDS] `
113116
@@ -151,7 +154,7 @@ EXAMPLES
151154 $ @codegenie/cli login
152155```
153156
154- _ See code: [ dist/commands/login.ts] ( https://github.com/CodeGenieApp/cli/blob/v0.0.5 /dist/commands/login.ts ) _
157+ _ See code: [ dist/commands/login.ts] ( https://github.com/CodeGenieApp/cli/blob/v0.0.6 /dist/commands/login.ts ) _
155158
156159## ` @codegenie/cli update [CHANNEL] `
157160
0 commit comments