capactio / capact

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

Add option to get logs from executed Actions #615

Closed mszostok closed 2 years ago

mszostok commented 2 years ago

Description

Currently, we are not able to get logs from executed Actions via Capact CLI. As a result, user needs to use the kubectl and get a proper pods names.

We can distinguish between two options:

The first one can be already implemented, where for the second one it will be good to use the websockets. Unfortunately, we don't support it yet.

Reason

Requires installation of external tools (kubectl and configure it with proper cluster) for some of our examples. This should be simplified and Capact CLI should be the only one which is needed. One 💍 to rule them all 😎 . Same as we did for #328 and #466.

Use cases