codius / old-codius-cli

Codius Client Command Line Interface (CLI)
https://codius.org
Apache License 2.0
110 stars 13 forks source link

feat: Add tail logs support #64

Closed traviscrist closed 6 years ago

traviscrist commented 6 years ago

50 Add support for tailing logs after upload.

Ready for review.

Uses --debug flag to add debug var with true to manifest, adds --tail flag to tail logs on upload. Adds tail command to tail logs using the tail command for any pod uploaded with the --debug flag.