wack/MultiTool-CLI
Install and Run the MultiTool CLI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version string (e.g. v0.3.0). If none provided, defaults to latest | no | latest |
| install-only | Whether to install the CLI and then exit | no | false |
| dry-run | Skips running `multi run`. Useful for testing login credentials. | no | false |
| An email address to use when logging in. | no | — | |
| password | The password to use when logging in. NB: Pass this as an environment secret. | no | — |
| cache-binary | When enabled (default), the `multi` binary will be added to the Actions cache and reused between runs | no | true |
| working-directory | The working directory to run the `multi run` command in. Defaults to the root of the repository. | no | . |
| force | Whether to force the operation. Passed as --force flag to multi run command. | no | false |
Outputs
| name | description |
|---|---|
| output-string | Output string |