Skip to content

Commit 56670e8

Browse files
committed
0.0.8
1 parent 6c3219c commit 56670e8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 9 additions & 9 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.7 darwin-arm64 node-v20.9.0
21+
@codegenie/cli/0.0.8 darwin-arm64 node-v20.11.0
2222
$ @codegenie/cli --help [COMMAND]
2323
USAGE
2424
$ @codegenie/cli COMMAND
@@ -72,15 +72,13 @@ Generate an application
7272

7373
```
7474
USAGE
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
7878
FLAGS
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
@@ -90,7 +88,9 @@ FLAGS
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
9595
GLOBAL 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

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.7",
5+
"version": "0.0.8",
66
"repository": "CodeGenieApp/cli",
77
"homepage": "https://github.com/CodeGenieApp/cli",
88
"bugs": "https://github.com/CodeGenieApp/cli/issues",

0 commit comments

Comments
 (0)