Skip to content

Commit d89ddce

Browse files
committed
0.0.6
1 parent 7d36ebe commit d89ddce

File tree

2 files changed

+20
-17
lines changed

2 files changed

+20
-17
lines changed

README.md

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ npm install -g @codegenie/cli
1818
$ @codegenie/cli COMMAND
1919
running 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]
2323
USAGE
2424
$ @codegenie/cli COMMAND
@@ -73,21 +73,24 @@ Generate an application
7373
```
7474
USAGE
7575
$ @codegenie/cli generate [--json] [--name <value>] [-d <value>] [--deploy] [-p <value>] [-n] [-r]
76+
[--AppDefinitionOnly]
7677
7778
FLAGS
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
9295
GLOBAL 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@codegenie/cli",
33
"description": "Code Genie CLI",
44
"author": "Brett @brettstack",
5-
"version": "0.0.5",
5+
"version": "0.0.6",
66
"repository": "CodeGenieApp/cli",
77
"homepage": "https://github.com/CodeGenieApp/cli",
88
"bugs": "https://github.com/CodeGenieApp/cli/issues",

0 commit comments

Comments
 (0)