@@ -18,7 +18,7 @@ $ npm install -g @codegenie/cli
1818$ @codegenie/cli COMMAND
1919running command...
2020$ @codegenie/cli (--version)
21- @codegenie/cli/0.0.7 darwin-arm64 node-v20.9 .0
21+ @codegenie/cli/0.0.8 darwin-arm64 node-v20.11 .0
2222$ @codegenie/cli --help [COMMAND]
2323USAGE
2424 $ @codegenie/cli COMMAND
@@ -72,15 +72,13 @@ Generate an application
7272
7373```
7474USAGE
75- $ @codegenie/cli generate [--json] [--name <value>] [-d <value>] [--deploy] [-p <value>] [-n] [-r ]
76- [--AppDefinitionOnly]
75+ $ @codegenie/cli generate [--json] [-n <value>] [-d <value>] [--deploy] [-p <value>] [--noCopyAwsProfile ]
76+ [-r] [- -AppDefinitionOnly]
7777
7878FLAGS
7979 -d, --description=<value> Describe your application in plain English and Code Genie will do its best to create
8080 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.
81+ -n, --name=<value> Name of the app you're generating.
8482 -p, --awsProfileToCopy=<value> [default: default] The AWS Profile to copy in the ~/.aws/credentials file and used to
8583 deploy the application. Defaults to the 'default' profile. Specify --noCopyAwsProfile
8684 to skip this step
9088 --awsProfileToCopy creds.
9189 --generateAppDefinitionOnly Generates app definition only (run `@codegenie/cli generate` without `--description`
9290 to generate source code).
93- --name=<value> Name of the app you're generating.
91+ --noCopyAwsProfile Skips copying an AWS profile in the ~/.aws/credentials file. You must specify a
92+ your-app-name_dev (as well as _staging and _prod) profile before you can deploy the
93+ app.
9494
9595GLOBAL FLAGS
9696 --json Format output as json.
@@ -110,7 +110,7 @@ EXAMPLES
110110 generating app...
111111```
112112
113- _ See code: [ dist/commands/generate.ts] ( https://github.com/CodeGenieApp/cli/blob/v0.0.7 /dist/commands/generate.ts ) _
113+ _ See code: [ dist/commands/generate.ts] ( https://github.com/CodeGenieApp/cli/blob/v0.0.8 /dist/commands/generate.ts ) _
114114
115115## ` @codegenie/cli help [COMMANDS] `
116116
@@ -154,7 +154,7 @@ EXAMPLES
154154 $ @codegenie/cli login
155155```
156156
157- _ See code: [ dist/commands/login.ts] ( https://github.com/CodeGenieApp/cli/blob/v0.0.7 /dist/commands/login.ts ) _
157+ _ See code: [ dist/commands/login.ts] ( https://github.com/CodeGenieApp/cli/blob/v0.0.8 /dist/commands/login.ts ) _
158158
159159## ` @codegenie/cli update [CHANNEL] `
160160
0 commit comments