Skip to content

Commit 27ddaec

Browse files
update README.md with introduced changes over the past releases
1 parent 07a4ef9 commit 27ddaec

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,26 @@ codefresh <command>
2323
2424
Commands:
2525
codefresh completion generate bash completion script
26-
codefresh tag <id> [tags..] Add an image tag
27-
codefresh annotate Annotate a resource with labels
28-
codefresh patch Patch a resource by filename or stdin
29-
codefresh auth Manage authentication contexts
30-
codefresh create Create a resource from a file or from stdin
31-
codefresh delete Delete a resource by file or resource name
32-
codefresh get Display one or many resources
33-
codefresh replace Replace a resource by filename or stdin
34-
codefresh version Print version
35-
codefresh logs <id> Show logs of a build
36-
codefresh restart <id> Restart a build by its id
37-
codefresh terminate <id> Terminate a build by its id
38-
codefresh wait <id..> Wait until a condition will be met on a build
39-
codefresh run <id> Run a pipeline and attach the created workflow logs.
40-
Returns an exit code according to the workflow finish status (Success: 0, Error: 1, Terminated: 2).
41-
codefresh delete-release [name] Delete a helm release
42-
codefresh install-chart Install or upgrade a Helm chart
43-
Repository flag can be either absolute url or saved repository in Codefresh
44-
codefresh test-release [name] Test a helm release
45-
26+
codefresh tag <id> [tags..] Add an image tag.
27+
codefresh untag <id> [tags..] Untag an image.
28+
codefresh annotate Annotate a resource with labels.
29+
codefresh patch Patch a resource by filename or stdin.
30+
codefresh auth Manage authentication contexts.
31+
codefresh create Create a resource from a file or stdin.
32+
codefresh delete Delete a resource by file or resource name.
33+
codefresh generate Generate resources as Kubernetes image pull secret and Codefresh Registry token.
34+
codefresh get Display one or many resources.
35+
codefresh replace Replace a resource by filename.
36+
codefresh version Print version.
37+
codefresh logs <id> Show logs of a build.
38+
codefresh restart <id> Restart a build by its id.
39+
codefresh terminate <id> Terminate a build by its id.
40+
codefresh wait <id..> Wait until a condition will be met on a build.
41+
codefresh run <name> Run a pipeline by id or name and attach the created workflow logs.
42+
codefresh delete-release [name] Delete a helm release from a kubernetes cluster.
43+
codefresh install-chart Install or upgrade a Helm chart Repository flag can be either absolute url or saved repository in Codefresh.
44+
codefresh test-release [name] Test a helm release.
45+
4646
Options:
4747
--cfconfig Custom path for authentication contexts config file [default: "/Users/itaigendler/.cfconfig"]
4848
--help Show help [boolean]

0 commit comments

Comments
 (0)