Skip to content
Snippets Groups Projects
  1. Dec 15, 2017
    • Jessica Yuen's avatar
      Implement command `ks registry add` · 4e0b163e
      Jessica Yuen authored
      
      Currently users are unable to add their own registries through the CLI.
      This limits them to a small subset of prototypes found in the default
      incubator registry.
      
      This commit will add the command `ks registry add`, that allows users to
      add registries supporting the `github` protocol.
      
      It will be of the form `ks registry add <registry-name> <registry-uri>
      [--version]`. If a version is not specified, `latest` will be used.
      
      Signed-off-by: default avatarJessica Yuen <im.jessicayuen@gmail.com>
      4e0b163e
  2. Nov 30, 2017
  3. Nov 27, 2017
  4. Nov 17, 2017
  5. Nov 15, 2017
  6. Nov 14, 2017
    • Alex Clemmer's avatar
      :writing_hand:️ Implement `registry list` and `registry describe` · 288e3e77
      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.
      288e3e77