Skip to content

2.0.0

Compare
Choose a tag to compare
@timfallmk timfallmk released this 15 Mar 20:36
· 93 commits to master since this release

Change Log

2.0.0 (2018-03-15)

Full Changelog

Implemented enhancements:

  • Document command usage #130
  • Command grouping and verb overlap #127
  • update help text for individual commands #124
  • use custom help template #123
  • add response scheme for synse server errors #121
  • Move --format to global flag #113
  • add "plugins" command for synse server #110
  • Re-add Docker build support #106
  • configurable autocompletion path #104
  • improve timestamp output formatting #103
  • restructure cli using the idiomatic golang structure #102
  • create formatting package, generalize existing formatting #95
  • generalize filtering and sorting capabilities #91
  • use utils command argument checker in hosts subcommands #81
  • add sorting to host list command output #79
  • support customizable sorting for scan command #78
  • add support for filtering scan results via flag #77
  • design the output formatting for each command #76
  • add support for both YAML and JSON output format for certain commands #75
  • figure out flow for installing synse cli easily #74
  • Add supoprt for command auto-completion #71
  • cleanup/organization of some source files #70
  • Improve help info for CLI / commands #69
  • Update CI for build/test/release workflow #56
  • Add Makefile with targets for common development tasks #55
  • use dep for dependency vendoring #54
  • add functionality for plugin management #51
  • Tests! #17
  • add additional demo calls to vesh #3
  • Quick structure switchero #118 (timfallmk)
  • Ci 2.0 #111 (timfallmk)
  • 2.0 cmds #64 (edaniszewski)
  • add the functionality for the 'hosts' subcommands #63 (edaniszewski)
  • add in stubs for the 'hosts' command #62 (edaniszewski)
  • get version via the endpoint, rework host config, add some skeleton w… #61 (edaniszewski)
  • Correcting linting errors and warnings from Go Report Card. #49 (timfallmk)
  • Add windows support to the build #48 (timfallmk)

Fixed bugs:

  • add "message" field to transaction responses #120
  • YAML output for pretty\_json in config output is formatted incorrectly #84

Closed issues:

  • Bash completion for #132
  • Consider usage pattern and how it reflects CLI config / commands #59
  • URL to page that does not exist #53
  • remove vestiges of 'vesh' #52
  • Auth: authenticate a user against core and require challenge #5
  • investigate story for user management #2
  • create basic opendcre module #1

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator