contensis/Contensis cli action
A GitHub Action for interacting with a Contensis CMS via the cli
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 17, 2026
- License
- GPL 3.0
Pinned Snippet
uses: contensis/cli-action@e154ee13f70eefdfd27f5b0a3193f0a7ef659882 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| alias | The Contensis cloud alias to connect to | yes | — |
| project-id | The id of the project to connect to | no | website |
| client-id | Client id to connect to the supplied alias | yes | — |
| shared-secret | Shared secret to use with the supplied client id | yes | — |
| command | Optional: which cli command to run | no | — |
| cli-version | Optional: pull cli from specified tag. Default: release | — | release |
| cli-splash | Optional: show welcome splash screen. Default: true | — | true |
Outputs
| name | description |
|---|---|
| command-output | The cli command output |