From f759a642df621713bc11d8e86c160aad2fb1d9f6 Mon Sep 17 00:00:00 2001 From: Bob Haddleton Date: Fri, 12 Jun 2026 14:50:31 -0500 Subject: [PATCH] Document the --repository flag for project init Signed-off-by: Bob Haddleton --- content/cli/master/command-reference.md | 1 + content/cli/v2.3/command-reference.md | 1 + 2 files changed, 2 insertions(+) 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 >}}