ssm-browse: added cd command
Also came up with an approach for dealing with commands that will probably work with contexts
This commit is contained in:
parent
0b745a6dfa
commit
f6f06eb22d
13 changed files with 142 additions and 37 deletions
|
|
@ -2,6 +2,7 @@ package models
|
|||
|
||||
type SSMParameters struct {
|
||||
Items []SSMParameter
|
||||
NextToken string
|
||||
}
|
||||
|
||||
type SSMParameter struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue