omnistrate-oss/Setup Omnistrate CTL

Wraps the Omnistrate CTL command line to deploy and operate Omnistrate services

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
emailUser emailno
passwordUser passwordno
api-keyOmnistrate API key (om_... format). When set, the action logs in using the API key instead of email/password. Recommended for CI/CD. Store as a GitHub Actions secret.no
versionVersion of Omnistrate CTL to install. If unspecified or set to "latest", the latest version for the target platform will be installed.nolatest
logoutWhether to run "omnistrate-ctl logout" in the post step to remove the temporary access token from the runner. Defaults to "true".notrue
skip-revokeSkip server-side token revocation in the post step. When "false" (the default), the action runs "omnistrate-ctl revoke-token" to invalidate the refresh token on the server before cleaning up. Set to "true" to only remove local credentials without revoking.nofalse

no outputs