Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/cli/master/command-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1228,6 +1228,7 @@ crossplane project init <name> [flags]
| Short flag | Long flag | Description |
|------------|-----------|-------------|
| `-d` | `--directory=STRING` | Directory to initialize. Defaults to project name. |
| `-r` | `--repository=STRING` | Repository name/path to use in the crossplane-project.yaml file. Defaults to `example.com/my-org` |
{{< /table >}}


Expand Down
1 change: 1 addition & 0 deletions content/cli/v2.3/command-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1228,6 +1228,7 @@ crossplane project init <name> [flags]
| Short flag | Long flag | Description |
|------------|-----------|-------------|
| `-d` | `--directory=STRING` | Directory to initialize. Defaults to project name. |
| `-r` | `--repository=STRING` | Repository name/path to use in the crossplane-project.yaml file. Defaults to `example.com/my-org` |
{{< /table >}}


Expand Down
Loading