You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-26Lines changed: 25 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,49 +8,48 @@ This is a GitHub Action to install the [Octopus CLI](https://octopus.com/docs/oc
8
8
9
9
The Octopus CLI is a command line tool that builds on top of the [Octopus REST API](https://octopus.com/docs/octopus-rest-api). It enables you to package applications for deployment and manage your environments, deployments, channels, projects, and workers in Octopus Deploy.
10
10
11
+
## Features
12
+
13
+
- Download, install, and cache Octopus CLI to be used in workflows
14
+
- Supports SemVer-based version numbers with wildcards (i.e. `8.*`) but not ranges
15
+
11
16
## Examples
12
17
13
-
To install the latest version of the Octopus CLI:
18
+
To install the latest version (i.e. `*` or `latest`) of the Octopus CLI:
0 commit comments