Skip to content

Commit

Permalink
fix: getting-started script
Browse files Browse the repository at this point in the history
  • Loading branch information
yann510 committed Feb 4, 2022
1 parent cf8fa16 commit f39e4f0
Show file tree
Hide file tree
Showing 9 changed files with 50,330 additions and 1,125 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ testem.log
/typings
.cache
entity-index-hash.txt
cli/3rdpartylicenses.txt

# System Files
.DS_Store
Expand Down
4 changes: 2 additions & 2 deletions apps/cli/src/commands/rename-project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import { walk } from "../utils"

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

static usage = Command.Usage({
category: "getting-started",
Expand Down
466 changes: 1 addition & 465 deletions cli/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cli/main.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit f39e4f0

Please sign in to comment.