Commit Graph

6 Commits

Author SHA1 Message Date
Arne Luenser f56e5fad74 fix: append /v2 to module path 2023-01-28 08:40:41 +01:00
Kevin Goslar d768cf6580
docs: standardize license headers (#3216) 2022-11-03 10:10:12 -05:00
zepatrik cc9d9e5b5d
refactor: make commands easier to consume 2022-10-06 10:54:04 +02:00
aeneasr 7de78410fc refactor: rename `hydra clients import` command
The `hydra clients import` command now supports reading from STDIN as well as the file system, and ships with output formats such as `json` and `json-pretty`.

BREAKING CHANGE: Command `hydra clients import` is now `hydra import client`.
2022-09-07 08:10:31 +02:00
aeneasr edd4b43d27 refactor: rename `hydra clients get` command
Renames the command to `hydra get client` and changes CLI flags.

BREAKING CHANGE: Command `hydra clients get` is now `hydra get client`.
2022-09-07 08:10:31 +02:00
aeneasr bb9c8ba4f7 feat(cli): significantly improved `create client`
This patch adds output formats to `hydra create client` and makes all client fields configurable as flags.

Closes #3091
2022-09-07 08:10:31 +02:00