diff --git a/content/cli/master/command-reference.md b/content/cli/master/command-reference.md index 5639a710c..307aa499f 100644 --- a/content/cli/master/command-reference.md +++ b/content/cli/master/command-reference.md @@ -1228,6 +1228,7 @@ crossplane project init [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 >}} diff --git a/content/cli/v2.3/command-reference.md b/content/cli/v2.3/command-reference.md index 5639a710c..307aa499f 100644 --- a/content/cli/v2.3/command-reference.md +++ b/content/cli/v2.3/command-reference.md @@ -1228,6 +1228,7 @@ crossplane project init [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 >}}