Skip to content
Snippets Groups Projects
  1. Nov 22, 2017
    • Jessica Yuen's avatar
      Improve logging for init · 97631513
      Jessica Yuen authored
      - Add message:  Creating a new app 'foo' at path '/path/to/foo'
      - On success, add message:  ksonnet app successfully created! Next, try
        creating a component with `ks generate`
      - On failure, provide suggestions for the user.
      - Make note that the context is retrieved from the kubeconfig file at
        the environment variable $KUBECONFIG
      97631513
  2. Nov 21, 2017
  3. Nov 20, 2017
  4. Nov 18, 2017
  5. Nov 17, 2017
  6. Nov 16, 2017
  7. Nov 15, 2017
  8. Nov 14, 2017
  9. Nov 13, 2017
    • Alex Clemmer's avatar
      :sos: Add `--help` flag to `generate` and `prototype use` · f89d6042
      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.
      f89d6042