- 14 Aug, 2018 1 commit
-
-
Oren Shomron authored
Signed-off-by:
Oren Shomron <shomron@gmail.com>
-
- 06 Aug, 2018 1 commit
-
-
bryanl authored
When listing parameters for an environment, add an option that only shows parameters set in the environment itself. This will allow ks users to show only the differences. The new option is `--without-modules`. example: ``` $ ks param list --env default COMPONENT PARAM VALUE ========= ===== ===== nested.redis3 envset 1 redis envset 1 redis2 envset 1 redis2 name 'redis2' redis2 values {} redis2 version '3.7.3' $ ks param list --env default --without-modules COMPONENT PARAM VALUE ========= ===== ===== nested.redis3 envset 1 redis envset 1 redis2 envset 1 ``` Fixes #747 Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 12 Jul, 2018 1 commit
-
-
bryanl authored
This feature is added to allow two versions of a package to be installed. (e.g. having multiple versions of a helm chart installed) Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 27 Jun, 2018 1 commit
-
-
bryanl authored
Adds an image resolve to param set. eg: `ks param set deployment image foo/bar:latest` uses the docker registry to find the manifest reference for `foo/bar:latest`. It then sets this value instead. Support is at the component and environment level. Fixes #569 Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 08 Jun, 2018 1 commit
-
-
bryanl authored
Adds a new flag to `pkg list` that only lists installed packages. Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 25 May, 2018 1 commit
-
-
bryanl authored
Fixes #558 Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 17 May, 2018 1 commit
-
-
bryanl authored
Fixes #529 Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 27 Apr, 2018 1 commit
-
-
bryanl authored
Adds ability to force a paramter value to string using the `--as-string` flag. e.g. ``` [I] mule · value-string-type-hint± ⟩ ks param set comp aDigit 1 [I] mule · value-string-type-hint± ⟩ ks param list comp COMPONENT PARAM VALUE ========= ===== ===== comp aDigit 1 comp bindings [{"name":"name","role":"role","users":["user1","user2"]}] [I] mule · value-string-type-hint± ⟩ ks param set comp aDigit 1 --as-string [I] mule · value-string-type-hint± ⟩ ks param list comp COMPONENT PARAM VALUE ========= ===== ===== comp aDigit "1" comp bindings [{"name":"name","role":"role","users":["user1","user2"]}] ``` Fixes #496 Fixes #492 Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 25 Apr, 2018 1 commit
-
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 20 Apr, 2018 4 commits
-
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
Bryan Liles authored
* Create separate components for all items in YAML manifest Signed-off-by:
bryanl <bryanliles@gmail.com> * Remove component index because it isn't needed Since components are now one-per-file, remove the idea of indexes because they are no longer needed. Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 17 Apr, 2018 1 commit
-
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 10 Apr, 2018 1 commit
-
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 07 Apr, 2018 2 commits
-
-
bryanl authored
This command allow you to set the current environment. It also allows you to retrieve the current environment. Feature added to support vscode extension. Signed-off-by:
bryanl <bryanliles@gmail.com>
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 03 Apr, 2018 2 commits
-
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 01 Apr, 2018 2 commits
-
-
bryanl authored
Rename component namespaces to modules to remove the ambiguous bit. Signed-off-by:
bryanl <bryanliles@gmail.com>
-
bryanl authored
Introduces a new init flag `--skip-default-registries` that skips adding incubator to the intial list of available registries. This will allow `ks` to work without access to GitHub. Users can add additional registries at a later time with `ks registry add`. Fixes #204 Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 31 Mar, 2018 1 commit
-
-
bryanl authored
* updates actions to use actions args * updates commands to use actions args * adds tests for commands Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 30 Mar, 2018 1 commit
-
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-