scaleway/Scaleway CLI
Install and use Scaleway CLI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | The GitHub token, used to check for latest CLI version | no | ${{ github.token }} |
| version | CLI version, will default to latest or exported version | no | — |
| args | Arguments of a CLI command, if set, a cli command will be executed | no | — |
| save-config | Save scaleway profile to a config file in user home to use it in manual commands Will leave the config in CLI config folder after the step | no | false |
| export-config | Export scaleway profile to environment variables that will be available in next steps | no | false |
| access-key | Scaleway access key | no | — |
| secret-key | Scaleway secret key | no | — |
| default-project-id | Scaleway default project ID | no | — |
| default-organization-id | Scaleway default organization ID | no | — |
Outputs
| name | description |
|---|---|
| json | JSON output of CLI command if args has been specified |