We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a8a685 commit 89efaa9Copy full SHA for 89efaa9
pkg/cli/credential.go
@@ -9,7 +9,6 @@ import (
9
cmd2 "github.com/acorn-io/cmd"
10
"github.com/gptscript-ai/gptscript/pkg/config"
11
"github.com/gptscript-ai/gptscript/pkg/credentials"
12
- "github.com/gptscript-ai/gptscript/pkg/version"
13
"github.com/spf13/cobra"
14
)
15
@@ -20,7 +19,6 @@ type Credential struct {
20
19
21
func (c *Credential) Customize(cmd *cobra.Command) {
22
cmd.Use = "credential"
23
- cmd.Version = version.Get().String()
24
cmd.Aliases = []string{"cred", "creds", "credentials"}
25
cmd.Short = "List stored credentials"
26
cmd.Args = cobra.NoArgs
0 commit comments