Skip to content

Commit

Permalink
Document "latest" version specifier (#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrbradley committed Jun 21, 2024
1 parent 042fe5b commit 2a0c429
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,9 @@ The action can be configured with the following arguments:
values can be specified one per line (example: `<value | string>,...`).

- `pulumi-version` - (optional) Install a specific version of the Pulumi CLI.
Defaults to "^3". Allows a "dev" argument to download the latest unreleased
version.
Defaults to "^3". Specifying a version range will ensure a version within that
range is installed. Use "latest" to fetch the latest published release or
"dev" to download the latest development pre-release.

- `remove` - (optional) Removes the target stack if all resources are destroyed.
Used only with `destroy` command.
Expand Down

0 comments on commit 2a0c429

Please sign in to comment.