jamf-concepts/Setup Jamf CLI
Install jamf-cli and add it to PATH
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version to install (e.g. "1.3.0", "v1.3.0", or "latest") | no | latest |
| token | GitHub token used to resolve the latest version | no | ${{ github.token }} |
| no-color | Set NO_COLOR=1 for all subsequent steps in the job (disables ANSI color in jamf-cli output) | no | false |
| extra-args | Default CLI flags prepended to every jamf-cli invocation via JAMF_CLI_ARGS (e.g. "--quiet --no-input") | no | "" |
Outputs
| name | description |
|---|---|
| version | The installed version (without v prefix) |