Tim
Tim
We should include relevant information in the annotations of the DaemonSet.
Investigate colorizing output for relevant commands.
Specs that are created with out the `--context` explicitly set should fill in the context from what is currently configured for use. This way those specs will continue to run...
Add a "dry run" option to `clean` that prints files to be deleted without removing them.
It should be fairly easy to add vanilla autocompletion out of the box. https://github.com/spf13/cobra/blob/master/bash_completions.md
Not sure how we should deal with this, but these functions feel like they should be logically grouped together.
CircleCI launches objects into the cluster (in the [launching objects into cluster](https://github.com/vapor-ware/ksync/blob/master/.circleci/config.yml#L63) step) for use in subsequent tests. This leaves the version of the radar container running in the cluster...
We should check how feasible it is to set both the `remotePath` (the in-cluster path) and the `localPath` (some out-of-cluster path) to "remote" locations, that is locations that are not...
When spawning the child process, the `cmd` that's reported to the system (accessible via `ps` and `top` etc.) truncates the process name. For example: A child process that's `command --flag...
When passing `Args: []string{}` to the child process, having only a single string in the array produces an incorrect result (i.e. the command doesn't run). Having more than one string...