Commit Graph

5 Commits

Author SHA1 Message Date
Kevin Goslar d768cf6580
docs: standardize license headers (#3216) 2022-11-03 10:10:12 -05:00
aeneasr e466d7c9d2 refactor: `hydra keys` command
BREAKING CHANGE: The `hydra keys create|delete|get|import` commands have changed to follow other Ory project's guidelines, including structured output and improved handling. They are now:

```
hydra create jwks
hydra get jwks
hydra delete jwks
hydra import jwk
```

Please head over to the documentation for more information or use the `--help` CLI flag for each command.
2022-09-07 08:10:31 +02:00
naveenpaul1 e874f4f300
feat: support updating keys in CLI (#2460)
Closes #2436
2021-09-20 18:42:30 +02:00
hackerman c6bdbcf18b
fix: move to ory sqa service (#1768) 2020-03-24 18:05:57 +01:00
DennisPattmann5012 e7f55cd36a
fix(cli): set correct JWK alg on import (#1761) 2020-03-18 20:40:45 +01:00