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

18 Commits

Author SHA1 Message Date
Herman Slatman
de85fd0cef Use github.com/smallstep/cli-utils and reorder imports 2024-09-30 13:25:46 +02:00
Mariano Cano
2a6e644000 Add console flag to ssh commands
This commit adds the `--console` flag to the following commands:
 * `step ssh certificate`
 * `step ssh config`
 * `step ssh hosts`
 * `step ssh login`
 * `step ssh proxycommand`
2024-07-15 18:47:24 -07:00
max furman
b59106b010 couple big fixes 2021-11-11 12:28:06 -08:00
max furman
2eccb2be3d Fixing a load of errors from the PR review 2021-11-10 23:18:33 -08:00
max furman
f816f1a621 move errs package to cli-utils 2021-10-27 15:55:18 -07:00
max furman
a8c2310160 Add context flag to all relevant commands 2021-10-27 15:55:17 -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
70cebf51ab A few fixes for admin workflow commands and ...
- <path> to <file> everywhere
2021-07-08 16:34:53 -07:00
Mariano Cano
7061940e7e Unify the way the flags are printed in markdown files. 2020-10-01 17:01:33 -07:00
Mariano Cano
323847349a Revert "Remove ssh template flags and parameters."
This reverts commit b5cf069f97.
2020-08-27 16:57:40 -07:00
max furman
3691a1e9be Fix linter error 2020-04-21 10:26:00 -07:00
Max
11602a26fd Merge pull request #229 from smallstep/seb/ssh-hosts-formatting
Cosmetic improvement: avoid unintentional concat of columns
2020-04-09 15:23:24 -07:00
David Cowden
e77ad2440e ssh/hosts: Use tags intead of groups
Tags are a more general, flexible, strategy.
2020-04-06 05:37:52 -07:00
Sebastian Tiedtke
8ac590c59e Avoid unintentional concat of columns 2020-03-13 09:08:45 -07:00
Sebastian Tiedtke
46ff96b58d This is tags now (cc @maraino @dcow) 2020-03-12 20:46:55 -07:00
Mariano Cano
88d192a4ab Improve step ssh docs. 2020-01-28 13:34:00 -08:00
Mariano Cano
a2edb75fc7 Add login if required to ssh hosts. 2020-01-28 13:34:00 -08:00
max furman
2fa5ecfbf6 forgot to add hosts command back 2020-01-28 13:34:00 -08:00