File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
17
17
var cleanCmd = & cobra.Command {
18
18
Use : "clean [" + strings .Join (allowedCleanArgs , "] [" ) + "]" ,
19
- Short : "Delete expired role credentials from cache" ,
19
+ Short : "Delete expired role/sso credentials from cache, optionally delete all credentials " ,
20
20
Args : cobra .RangeArgs (1 , 2 ),
21
21
ValidArgs : allowedCleanArgs ,
22
22
Example : " knox clean creds\n knox clean sso -a\n knox clean creds sso" ,
Original file line number Diff line number Diff line change 24
24
25
25
var connectCmd = & cobra.Command {
26
26
Use : "connect" ,
27
- Short : "Connect to a specific EC2 instance using SSM " ,
27
+ Short : "Connect to a specific EC2 instance using AWS session-manager-plugin " ,
28
28
Args : cobra .ExactArgs (0 ),
29
29
Run : func (cmd * cobra.Command , args []string ) {
30
30
now := time .Now ()
You can’t perform that action at this time.
0 commit comments