Skip to content

Commit ef90136

Browse files
Xavi AznarJohannesRudolph
authored andcommitted
docs: update README.md with commands for v1.8.1
1 parent 7c822b2 commit ef90136

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

cli/README.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ encounter.
2626

2727
```text
2828
Usage: unipipe
29-
Version: v0.6.4
29+
Version: 1.8.1
3030
3131
Description:
3232
@@ -39,12 +39,22 @@ Options:
3939
4040
Commands:
4141
42-
completions - Generate shell completions.
43-
list [repo] - Lists service instances status stored in a UniPipe OSB git repo.
44-
show [repo] - Shows the state stored service instance stored in a UniPipe OSB git repo.
45-
transform [repo] - Transform service instances stored in a UniPipe OSB git repo using the specified handlers.
46-
update [repo] - Update status of a service instance or binding stored in a UniPipe OSB git repo.
47-
generate - Generate useful artifacts for working with UniPipe OSB such as catalogs, transform handlers, CI pipelines and more.
42+
completions - Generate shell completions.
43+
list [repo] - Lists service instances status stored in a UniPipe OSB git repo.
44+
show [repo] - Shows the state stored service instance stored in a UniPipe OSB git repo.
45+
transform [repo] - Transform service instances stored in a UniPipe OSB git repo using the specified
46+
handlers.
47+
update [repo] - Update status of a service instance or binding stored in a UniPipe OSB git repo.
48+
generate - Generate useful artifacts for working with UniPipe OSB such as catalogs,
49+
transform handlers, CI pipelines and more.
50+
upgrade - Upgrade is only supported when unipipe cli was installed via "deno install".
51+
browse [repo] - Interactively browse and manipulate a UniPipe OSB git repo.
52+
terraform [repo] - Runs Terraform modules located in the repository’s terraform/<service_id> folder
53+
for all tenant service bindings. A TF_VAR_platform_secret env variable must be
54+
set to provide the secret of the service principal that will be used for
55+
applying Terraform.
56+
git <cmd> [repo] - Runs Git pull/push commands resiliently. It takes care of retrying and rebasing
57+
if needed to make sure a push will be successful.
4858
```
4959

5060
## Using unipipe cli in a CI/CD pipeline

0 commit comments

Comments
 (0)