Skip to content

Commit f39e4f0

Browse files
committed
fix: getting-started script
1 parent cf8fa16 commit f39e4f0

File tree

9 files changed

+50330
-1125
lines changed

9 files changed

+50330
-1125
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ testem.log
3535
/typings
3636
.cache
3737
entity-index-hash.txt
38+
cli/3rdpartylicenses.txt
3839

3940
# System Files
4041
.DS_Store

apps/cli/src/commands/rename-project.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import { walk } from "../utils"
77

88
export class RenameProject extends Command {
99
static paths = [["rename-project"]]
10-
organization = Option.String({ required: true })
11-
project = Option.String({ required: true })
10+
organization = Option.String("--organization",{ required: true })
11+
project = Option.String("--project", { required: true })
1212

1313
static usage = Command.Usage({
1414
category: "getting-started",

cli/main.js

Lines changed: 1 addition & 465 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)