|
|
@ -21,6 +21,7 @@ import (
|
|
|
|
"fmt"
|
|
|
|
"fmt"
|
|
|
|
"io"
|
|
|
|
"io"
|
|
|
|
"log"
|
|
|
|
"log"
|
|
|
|
|
|
|
|
"os"
|
|
|
|
"strings"
|
|
|
|
"strings"
|
|
|
|
"time"
|
|
|
|
"time"
|
|
|
|
|
|
|
|
|
|
|
@ -65,7 +66,7 @@ func newStatusCmd(cfg *action.Configuration, out io.Writer) *cobra.Command {
|
|
|
|
return compListReleases(toComplete, args, cfg)
|
|
|
|
return compListReleases(toComplete, args, cfg)
|
|
|
|
},
|
|
|
|
},
|
|
|
|
RunE: func(cmd *cobra.Command, args []string) error {
|
|
|
|
RunE: func(cmd *cobra.Command, args []string) error {
|
|
|
|
overrideRegistryWriter(cfg, outfmt)
|
|
|
|
overrideRegistryWriter(cfg, outfmt, os.Stderr)
|
|
|
|
|
|
|
|
|
|
|
|
// When the output format is a table the resources should be fetched
|
|
|
|
// When the output format is a table the resources should be fetched
|
|
|
|
// and displayed as a table. When YAML or JSON the resources will be
|
|
|
|
// and displayed as a table. When YAML or JSON the resources will be
|
|
|
|