File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
docs/docs/04-command-line-reference Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ gptscript [flags] PROGRAM_FILE [INPUT...]
18
18
--color Use color in output (default true) ($GPTSCRIPT_COLOR)
19
19
--config string Path to GPTScript config file ($GPTSCRIPT_CONFIG)
20
20
--confirm Prompt before running potentially dangerous commands ($GPTSCRIPT_CONFIRM)
21
- --credential-context string Context name in which to store credentials ($GPTSCRIPT_CREDENTIAL_CONTEXT) (default "default" )
21
+ --credential-context strings Context name(s) in which to store credentials ($GPTSCRIPT_CREDENTIAL_CONTEXT)
22
22
--credential-override strings Credentials to override (ex: --credential-override github.com/example/cred-tool:API_TOKEN=1234) ($GPTSCRIPT_CREDENTIAL_OVERRIDE)
23
23
--debug Enable debug logging ($GPTSCRIPT_DEBUG)
24
24
--debug-messages Enable logging of chat completion calls ($GPTSCRIPT_DEBUG_MESSAGES)
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ gptscript credential [flags]
20
20
### Options inherited from parent commands
21
21
22
22
```
23
- --credential-context string Context name in which to store credentials ($GPTSCRIPT_CREDENTIAL_CONTEXT) (default "default" )
23
+ --credential-context strings Context name(s) in which to store credentials ($GPTSCRIPT_CREDENTIAL_CONTEXT)
24
24
```
25
25
26
26
### SEE ALSO
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ gptscript credential delete <credential name> [flags]
18
18
### Options inherited from parent commands
19
19
20
20
```
21
- --credential-context string Context name in which to store credentials ($GPTSCRIPT_CREDENTIAL_CONTEXT) (default "default" )
21
+ --credential-context strings Context name(s) in which to store credentials ($GPTSCRIPT_CREDENTIAL_CONTEXT)
22
22
```
23
23
24
24
### SEE ALSO
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ gptscript credential show <credential name> [flags]
18
18
### Options inherited from parent commands
19
19
20
20
```
21
- --credential-context string Context name in which to store credentials ($GPTSCRIPT_CREDENTIAL_CONTEXT) (default "default" )
21
+ --credential-context strings Context name(s) in which to store credentials ($GPTSCRIPT_CREDENTIAL_CONTEXT)
22
22
```
23
23
24
24
### SEE ALSO
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ gptscript eval [flags]
30
30
--color Use color in output (default true) ($GPTSCRIPT_COLOR)
31
31
--config string Path to GPTScript config file ($GPTSCRIPT_CONFIG)
32
32
--confirm Prompt before running potentially dangerous commands ($GPTSCRIPT_CONFIRM)
33
- --credential-context string Context name in which to store credentials ($GPTSCRIPT_CREDENTIAL_CONTEXT) (default "default" )
33
+ --credential-context strings Context name(s) in which to store credentials ($GPTSCRIPT_CREDENTIAL_CONTEXT)
34
34
--credential-override strings Credentials to override (ex: --credential-override github.com/example/cred-tool:API_TOKEN=1234) ($GPTSCRIPT_CREDENTIAL_OVERRIDE)
35
35
--debug Enable debug logging ($GPTSCRIPT_DEBUG)
36
36
--debug-messages Enable logging of chat completion calls ($GPTSCRIPT_DEBUG_MESSAGES)
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ gptscript fmt [flags]
24
24
--color Use color in output (default true) ($GPTSCRIPT_COLOR)
25
25
--config string Path to GPTScript config file ($GPTSCRIPT_CONFIG)
26
26
--confirm Prompt before running potentially dangerous commands ($GPTSCRIPT_CONFIRM)
27
- --credential-context string Context name in which to store credentials ($GPTSCRIPT_CREDENTIAL_CONTEXT) (default "default" )
27
+ --credential-context strings Context name(s) in which to store credentials ($GPTSCRIPT_CREDENTIAL_CONTEXT)
28
28
--credential-override strings Credentials to override (ex: --credential-override github.com/example/cred-tool:API_TOKEN=1234) ($GPTSCRIPT_CREDENTIAL_OVERRIDE)
29
29
--debug Enable debug logging ($GPTSCRIPT_DEBUG)
30
30
--debug-messages Enable logging of chat completion calls ($GPTSCRIPT_DEBUG_MESSAGES)
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ gptscript getenv [flags] KEY [DEFAULT]
23
23
--color Use color in output (default true) ($GPTSCRIPT_COLOR)
24
24
--config string Path to GPTScript config file ($GPTSCRIPT_CONFIG)
25
25
--confirm Prompt before running potentially dangerous commands ($GPTSCRIPT_CONFIRM)
26
- --credential-context string Context name in which to store credentials ($GPTSCRIPT_CREDENTIAL_CONTEXT) (default "default" )
26
+ --credential-context strings Context name(s) in which to store credentials ($GPTSCRIPT_CREDENTIAL_CONTEXT)
27
27
--credential-override strings Credentials to override (ex: --credential-override github.com/example/cred-tool:API_TOKEN=1234) ($GPTSCRIPT_CREDENTIAL_OVERRIDE)
28
28
--debug Enable debug logging ($GPTSCRIPT_DEBUG)
29
29
--debug-messages Enable logging of chat completion calls ($GPTSCRIPT_DEBUG_MESSAGES)
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ gptscript parse [flags]
24
24
--color Use color in output (default true) ($GPTSCRIPT_COLOR)
25
25
--config string Path to GPTScript config file ($GPTSCRIPT_CONFIG)
26
26
--confirm Prompt before running potentially dangerous commands ($GPTSCRIPT_CONFIRM)
27
- --credential-context string Context name in which to store credentials ($GPTSCRIPT_CREDENTIAL_CONTEXT) (default "default" )
27
+ --credential-context strings Context name(s) in which to store credentials ($GPTSCRIPT_CREDENTIAL_CONTEXT)
28
28
--credential-override strings Credentials to override (ex: --credential-override github.com/example/cred-tool:API_TOKEN=1234) ($GPTSCRIPT_CREDENTIAL_OVERRIDE)
29
29
--debug Enable debug logging ($GPTSCRIPT_DEBUG)
30
30
--debug-messages Enable logging of chat completion calls ($GPTSCRIPT_DEBUG_MESSAGES)
You can’t perform that action at this time.
0 commit comments