Skip to content

(Linux) Spate cli 1.0.0

Latest
Compare
Choose a tag to compare
@bmarsh9 bmarsh9 released this 18 Mar 23:24
· 9 commits to main since this release

CLI exe to interact with Spate Ingress - execute workflows, check status, etc.

Be sure to run chmod +x spate-cli

Check health
./spate-cli --url <https://spate-ingress> --action health

Show help menu
./spate-cli --help

Execute workflow (must be API trigger)
./spate-cli --uuid <workflow uuid> --skip-verification --action execute --wait --url <https://spate-ingress>

View latest executions
./spate-cli --uuid <workflow uuid> --skip-verification --action view --url <https://spate-ingress> --token <auth token from UI>