Skip to content

Commit

Permalink
Revert CLI docs
Browse files Browse the repository at this point in the history
Signed-off-by: Viktor Szépe <[email protected]>
  • Loading branch information
szepeviktor committed Jan 15, 2025
1 parent f662727 commit 84a5a42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/cli/wash.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1426,7 +1426,7 @@ Generate a wasmCloud component project

###### **Options:**

- `--git <GIT>`GitHub repository url. Requires 'git' to be installed in PATH
- `--git <GIT>`Github repository url. Requires 'git' to be installed in PATH
- `--subfolder <SUBFOLDER>` — Optional subfolder of the git repository
- `--branch <BRANCH>` — Optional github branch. Defaults to "main"
- `-p`, `--path <PATH>` — Optional path for template project (alternative to --git)
Expand All @@ -1448,7 +1448,7 @@ Generate a new capability provider project

###### **Options:**

- `--git <GIT>`GitHub repository url. Requires 'git' to be installed in PATH
- `--git <GIT>`Github repository url. Requires 'git' to be installed in PATH
- `--subfolder <SUBFOLDER>` — Optional subfolder of the git repository
- `--branch <BRANCH>` — Optional github branch. Defaults to "main"
- `-p`, `--path <PATH>` — Optional path for template project (alternative to --git)
Expand Down Expand Up @@ -2087,7 +2087,7 @@ Update a component running in a host to a newer version
###### **Arguments:**

- `<component-id>` — Unique ID of the component to update
- `<new-component-ref>` — Component reference to replace the current running component with, e.g. the absolute file path or OCI URL
- `<new-component-ref>` — Component reference to replace the current running comonent with, e.g. the absolute file path or OCI URL

###### **Options:**

Expand Down

0 comments on commit 84a5a42

Please sign in to comment.