Skip to content
Merged
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
2 changes: 1 addition & 1 deletion docs/reference/cli-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: CLI Reference
sidebar_position: 3
---

This documentation is for the `up` CLI v0.47.0.
This documentation is for the `up` CLI v0.48.0.

The latest version of `up` can be installed by running:

Expand Down
1 change: 1 addition & 0 deletions static/cli/up_project_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ up project run --init-resources=imageconfig.yaml --extra-resources=providerconfi
| `--no-build-cache` | | Don't cache image layers while building. |
| `--build-cache-dir` | | Path to the build cache directory. |
| `--max-concurrency` | | Maximum number of functions to build and push at once. |
| `--tag` | `-t` | Tag for the built package. If not provided, a tag of the form v0.0.0-{timestamp} will be generated. |
| `--control-plane-group` | | The control plane group that the control plane to use is contained in. This defaults to the group specified in the current context. |
| `--control-plane-name` | | Name of the control plane to use. It will be created if not found. Defaults to the project name. |
| `--control-plane-version` | | Version of Crossplane to use for the control plane. By default, the latest compatible version will be used. |
Expand Down
Loading