Conversation
Removing deprecated stuff
Kool cloud - new subcommand + documentation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #451 +/- ##
==========================================
- Coverage 79.34% 74.62% -4.72%
==========================================
Files 72 75 +3
Lines 2702 2901 +199
==========================================
+ Hits 2144 2165 +21
- Misses 499 674 +175
- Partials 59 62 +3
... and 1 file with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
Adding new `kool deploy setup` command + config validator + create interactive
| # Applications usually will require a special image built for deployment. | ||
| build: Dockerfile | ||
|
|
||
| # Tells Kool Cloud that this service is accessible through the deployment URL. |
There was a problem hiding this comment.
size of container and daemons are missing, no mention of variables...
| # The Deploy API will get the contents of this file and make all of them available | ||
| # as true environment variables for the container. You can check them in your deployed | ||
| # container via kool cloud exec env (assuming you have env available). | ||
| environment: kool.deploy.env |
There was a problem hiding this comment.
i think we need to fix this before launch environment and env... it's very confusing...
| * [kool cloud deploy](kool_cloud_deploy) - Deploy a local application to a Kool Cloud environment | ||
| * [kool cloud destroy](kool_cloud_destroy) - Destroy an environment deployed to Kool Cloud | ||
| * [kool cloud exec](kool_cloud_exec) - Execute a command inside a running service container deployed to Kool Cloud | ||
| * [kool cloud logs](kool_cloud_logs) - See the logs of running service container deployed to Kool Cloud | ||
| * [kool cloud setup](kool_cloud_setup) - Set up local configuration files for deployment |
There was a problem hiding this comment.
I guess these doc files are missing
Description
Preparing
koolv2.0.kool cloudsubcommand umbrella.kool deploy setupcommand.kool createbecomes interactive when no arguments are supplied.