1
0
mirror of https://github.com/smallstep/cli.git synced 2025-08-06 05:02:39 +03:00

26 Commits

Author SHA1 Message Date
Max
60a4eef3de Fix linter warnings (#1450)
* Remove unnecessary utils files in favor of cli-utils package
* Remove nolint:revive directive from bcrypt-pbkdf file
2025-07-10 11:15:28 -07:00
Herman Slatman
de85fd0cef Use github.com/smallstep/cli-utils and reorder imports 2024-09-30 13:25:46 +02:00
Max
05f95e5b1e Upgrade certificate 0.26.0 | fix linter warnings (#1140)
* Update certificates to 0.26.0

* Fix linter warnings
2024-03-28 19:12:36 -07:00
Mariano Cano
d63010ef16 Use go.step.sm/jose 2022-10-04 15:26:08 -07:00
Mariano Cano
d7a542f920 Work in progress of using go.step.sm/crypto 2022-09-29 18:56:03 -07:00
max furman
0c51280d6a Change actions to build using go 1.19 2022-08-08 14:38:58 -07:00
max furman
2881ea481e Remove internal ui package 2021-12-19 11:27:07 -05:00
max furman
e1ce7de736 Merge branch 'master' into max/steppath 2021-11-17 12:39:07 -08:00
max furman
e3d4f67527 Fixing linter warning errors 2021-11-16 11:39:14 -08:00
max furman
f816f1a621 move errs package to cli-utils 2021-10-27 15:55:18 -07:00
max furman
860c213b97 Initial step path contexts commit
- move config and command packages to cli-utils
2021-10-27 15:55:16 -07:00
max furman
6407b1b75f fixing gocritic linter feedback 2021-10-07 17:59:57 -04:00
max furman
70cebf51ab A few fixes for admin workflow commands and ...
- <path> to <file> everywhere
2021-07-08 16:34:53 -07:00
max furman
bff3f1d23b Reverse insecure and --no-password in RequireWithFlag 2021-05-17 11:57:10 -07:00
Filippo Tessarotto
8f936f410b Fix typo 2021-02-17 08:29:18 +01:00
max furman
45bb6082b1 Add --password-file and --new-password-file flags to change-pass
- allow the command to be completely non-interactive
2021-02-10 11:03:22 -08:00
max furman
2d4d5a0527 Add ability to set no password when using change-pass 2019-09-03 09:59:26 -07:00
Mariano Cano
6adc5b19be Use pemutil.Options on the Serialize method. 2018-12-27 16:23:36 -08:00
Mariano Cano
93dcc89764 Add output to step crypto change-pass. 2018-11-30 17:10:28 -08:00
Mariano Cano
1db806f317 Use ui instead of ssh/terminal package.
Fixes #33
2018-11-29 20:08:35 -08:00
Mariano Cano
e3e5cc1b62 Make sure all the short help uses the first person
Fixes #37
2018-11-28 12:41:55 -08:00
Mariano Cano
0cface6e9b Add flag --force on all commands using utils.WriteFile
Fixes smallstep/ca-component#121
2018-11-27 17:53:36 -08:00
max furman
93aa6d61c5 Add tools for reformatting certificate and keys
* for switching between different formats - der, pem, etc.
* fix bug in change-pass
2018-11-15 22:57:19 -08:00
Mariano Cano
e339e96435 Simplify change-pass command.
Fixes smallstep/ca-component#73
2018-10-17 11:20:52 -07:00
max furman
86cb134188 add documentation and examples to change-pass 2018-10-16 10:32:26 -07:00
max furman
9c2e714afe add change pass PEM and JWK 2018-10-12 22:04:59 -07:00