File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99var sealAllCmd = & cobra.Command {
1010 Use : "seal-all" ,
11- Short : "Seal all secrets in the qsealrc.yaml file, you should not use this command and use sync" ,
12- Long : `Seal all secrets in the qsealrc.yaml file` ,
11+ Short : "Seal all secrets defined in the config file" ,
1312 Run : func (cmd * cobra.Command , args []string ) {
1413 qsealRc , err := qsealrc .Load ()
1514 if err != nil {
Original file line number Diff line number Diff line change 88
99var unsealAllCmd = & cobra.Command {
1010 Use : "unseal-all" ,
11- Short : "Unseal all secrets in the qsealrc.yaml file you should not use this command and use sync" ,
12- Long : `Unseal all secrets in the qsealrc.yaml file` ,
11+ Short : "Unseal all secrets defined in the config file" ,
1312 Run : func (cmd * cobra.Command , args []string ) {
1413 qsealRc , err := qsealrc .Load ()
1514 if err != nil {
You can’t perform that action at this time.
0 commit comments