capactio / capact

Simple way to manage applications and infrastructure.
https://capact.io
Apache License 2.0
80 stars 19 forks source link

Add act wait command #719

Closed mszostok closed 2 years ago

mszostok commented 2 years ago

Description

Changes proposed in this pull request:

Testing

  1. Checkout PR
  2. Build CLI make build-tool-cli
  3. Login into long-running cluster
  4. Create cap.interface.capactio.examples.greet:0.1.0 Action. (I created it via Dashboard.)
  5. Wait for it via capact act wait --for=phase=READY_TO_RUN <act_name>

Related issue(s)

Resolves https://github.com/capactio/capact/issues/616