2.0.0
Change Log
2.0.0 (2018-03-15)
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:
- Add back a minimal dockerfile #139 (timfallmk)
- V2.0 #138 (timfallmk)
- add autocomplete for server transaction checking #137 (edaniszewski)
- add message field to transaction response #136 (edaniszewski)
- return synse error json in event of error #135 (edaniszewski)
- add/improve help text for commands #131 (edaniszewski)
- move server commands to a subcommand #128 (edaniszewski)
- Generalize filter sort #119 (edaniszewski)
- make the format flag global, update formatting logic #117 (edaniszewski)
- add synse server 'plugins' command #116 (edaniszewski)
- make completion script output directory configurable #115 (edaniszewski)
- Command completion #109 (edaniszewski)
- update timestamp formatting #108 (edaniszewski)
- fix build target for new repo organization [ci skip] #107 (edaniszewski)
- reorganizing the cli to a more idiomatic organization #105 (edaniszewski)
- update completion command #101 (edaniszewski)
- new style output formatting for synse server commands #100 (edaniszewski)
- update formatting for 'hosts' commands #99 (edaniszewski)
- update docs #98 (edaniszewski)
- add command to display current CLI config #97 (edaniszewski)
- generalize output formatting #96 (edaniszewski)
- Plugin support #94 (edaniszewski)
- Tests pt2 #93 (edaniszewski)
- Tests #92 (edaniszewski)
- add/update help text for synse server commands #90 (edaniszewski)
- add basic filtering to scan command #89 (edaniszewski)
- allow yaml and json output formats for various commands #88 (edaniszewski)
- add sorting for hosts list output #87 (edaniszewski)
- fix config output yaml formatting #86 (edaniszewski)
- use argument checking utils for hosts subcommands #85 (edaniszewski)
- major cleanup, formatting, and linting #68 (edaniszewski)
- add helpers for some common functionality #67 (edaniszewski)
- add some comments and minor cleanup #66 (edaniszewski)
- fill out more commands for v2 #65 (edaniszewski)
- remove vestiges of 'vesh' #60 (edaniszewski)
- add vendoring via dep #58 (edaniszewski)
- add a Makefile with useful development targets #57 (edaniszewski)
* This Change Log was automatically generated by github_changelog_generator