Little helper to run CNCF's k3s in Docker
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
k3d/docs/usage/commands/k3d_version_list.md

33 lines
1.0 KiB

3 years ago
## k3d version list
List k3d/K3s versions. Component can be one of 'k3d', 'k3s', 'k3d-proxy', 'k3d-tools'.
3 years ago
```
k3d version list COMPONENT [flags]
3 years ago
```
### Options
```
-e, --exclude string Exclude Regexp (default excludes pre-releases and arch-specific tags) (default ".+(rc|engine|alpha|beta|dev|test|arm|arm64|amd64).*")
-f, --format string [DEPRECATED] Use --output instead (default "raw")
3 years ago
-h, --help help for list
-i, --include string Include Regexp (default includes everything (default ".*")
-l, --limit int Limit number of tags in output (0 = unlimited)
-o, --output string Output Format [raw | repo] (default "raw")
3 years ago
-s, --sort string Sort Mode (asc | desc | off) (default "desc")
```
### Options inherited from parent commands
```
--timestamps Enable Log timestamps
--trace Enable super verbose output (trace logging)
--verbose Enable verbose output (debug logging)
```
### SEE ALSO
* [k3d version](k3d_version.md) - Show k3d and default k3s version