1. 29 Jan, 2016 2 commits
    • Brandon Philips's avatar
      dm: set flag.Usage to usage · a6aa4672
      Brandon Philips authored
      Now when `--help` is called we get all of the subcommands listed too.
      a6aa4672
    • Brandon Philips's avatar
      dm: cleanup CLI UX for people getting started · 5d18c570
      Brandon Philips authored
      Before this patch dm would print out the wall of usage text that would
      scroll off the screen in many error cases. This made learning dm hard.
      Instead have more compact error output, like kubectl, and only return
      non-zero on real errors.
      
      ```
      $ dm foo ; echo $?
      Error: unknown command 'foo' for 'dm'
      Run 'dm --help' for usage
      1
      $ dm deployed-instances; echo $?
      No type name supplied
      1
      $ dm 2> /dev/null; echo $?
      0
      ```
      
      There is more to do to make this tool friendlier but this was
      low-hanging.
      5d18c570
  2. 28 Jan, 2016 5 commits
  3. 27 Jan, 2016 9 commits
  4. 26 Jan, 2016 4 commits
  5. 25 Jan, 2016 3 commits
  6. 14 Jan, 2016 1 commit
  7. 13 Jan, 2016 1 commit
  8. 12 Jan, 2016 4 commits
  9. 08 Jan, 2016 3 commits
  10. 07 Jan, 2016 7 commits
  11. 06 Jan, 2016 1 commit