- Nov 21, 2017
-
-
Jess authored
Transition system templates to beta.3
-
Alex Clemmer authored
-
Alex Clemmer authored
-
- Nov 20, 2017
-
-
Alex Clemmer authored
Remove command update
-
Jessica Yao authored
[docs] Very minor README edits
-
Jessica Yao authored
-
- Nov 18, 2017
-
-
Jessica Yao authored
-
- Nov 17, 2017
-
-
Jess authored
[docs] Fix ksonnet concept overview image + minor doc nits
-
Jessica Yao authored
-
Jessica Yuen authored
Update is a deprecated command that was ported over from kubecfg. Since ksonnet has not had any releases yet, it makes little sense to keep the command.
-
Jessica Yao authored
-
Jessica Yao authored
[docs] Concepts Reference
-
Jessica Yao authored
-
Jessica Yao authored
First pass at CLI documentation formatting fixes
-
Jessica Yuen authored
-
- Nov 16, 2017
-
-
Alex Clemmer authored
[docs] Update README
-
Jessica Yao authored
-
Alex Clemmer authored
Normalize environment server URL
-
Alex Clemmer authored
Gracefully handle error when kubeconfig not present
-
Alex Clemmer authored
YAML, JSON handling for prototype commands
-
Jessica Yao authored
-
- Nov 15, 2017
-
-
Jessica Yuen authored
As part of the environments feature, we want to be able to deploy to a specific cluster given the environment's URI. We cross-check against kubecfg for this URI's location. For fail-safe comparison, we probably want to normalize these URIs.
-
Jessica Yuen authored
-
Jessica Yuen authored
We decided that this would give the users too many options. We should limit the documentation to Jsonnet.
-
Jessica Yao authored
[docs] Add autogenerated CLI reference
-
Jessica Yao authored
-
Jessica Yuen authored
-
Alex Clemmer authored
Implement `registry describe` and `dep describe`
-
Alex Clemmer authored
-
Alex Clemmer authored
The command `dep` currently broadly allows users to inspect, use, and search for packages. Currently, however, the name `dep` suggests that this functionality is scoped to dependencies. Consider, for example, the command `dep list`. A user might reasonable expect this to list all dependencies, rather than all packages, which is what it does. Another example is `dep search`, which actually searches all known packages, not all known dependencies. Hence, this commit will rename this command to simply be `pkg`.
-
Alex Clemmer authored
This commit will partially resolve #38.
-
- Nov 14, 2017
-
-
Alex Clemmer authored
`registry list` and `registry describe` were designed to behave very similarly to `prototype list` and `prototype describe`. The former command is self-explanatory, and the second does displays some documentation about the object in question. This commit will implement these commands per the spec, and is a partial fix to #38.
-
Jess authored
Add `--help` flag to `generate` and `prototype use`
-
- Nov 13, 2017
-
-
Alex Clemmer authored
When `generate` was first implemented, we made a conscious decision to not include the `--help` flag, so that we would not accidentally break templates with a parameter called `help`. But, this is unintuitive for users who want to use the `--help` flag, so in this commit we will print the help message if (1) there is a single command argument, and (2) it is either `--help` or `-h`. Fixes #21.
-
Alex Clemmer authored
Fix bug for duplicate environment params
-
Alex Clemmer authored
Provide access to ExtCodes when the '-f' flag is provided
-
Alex Clemmer authored
Use background colors for param diff
-
Jessica Yuen authored
Currently, ExtCodes are only provided when the 'env' flag is present in commands. The result is errors occuring when we run commands such as `ks show default -f components/guestbook-ui.jsonnet`, where the params ExtVar is needed. This commit fixes that scenario.
-
Jessica Yuen authored
Foreground colors were causing conflicts with user's terminal colors. i.e. Black text would show as invisible for users with a black terminal background.
-
Jessica Yuen authored
A bug existed where if `param set` was called for the same param twice, a duplicate entry was created for the component. This only occured where the component name contained a special character.
-