Skip to content

Commit 0b9fddf

Browse files
committed
gen-docs
Signed-off-by: Grant Linville <[email protected]>
1 parent 318a1a8 commit 0b9fddf

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

docs/docs/04-command-line-reference/gptscript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gptscript [flags] PROGRAM_FILE [INPUT...]
1818
--color Use color in output (default true) ($GPTSCRIPT_COLOR)
1919
--config string Path to GPTScript config file ($GPTSCRIPT_CONFIG)
2020
--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)
2222
--credential-override strings Credentials to override (ex: --credential-override github.com/example/cred-tool:API_TOKEN=1234) ($GPTSCRIPT_CREDENTIAL_OVERRIDE)
2323
--debug Enable debug logging ($GPTSCRIPT_DEBUG)
2424
--debug-messages Enable logging of chat completion calls ($GPTSCRIPT_DEBUG_MESSAGES)

docs/docs/04-command-line-reference/gptscript_credential.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ gptscript credential [flags]
2020
### Options inherited from parent commands
2121

2222
```
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)
2424
```
2525

2626
### SEE ALSO

docs/docs/04-command-line-reference/gptscript_credential_delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gptscript credential delete <credential name> [flags]
1818
### Options inherited from parent commands
1919

2020
```
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)
2222
```
2323

2424
### SEE ALSO

docs/docs/04-command-line-reference/gptscript_credential_show.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gptscript credential show <credential name> [flags]
1818
### Options inherited from parent commands
1919

2020
```
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)
2222
```
2323

2424
### SEE ALSO

docs/docs/04-command-line-reference/gptscript_eval.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ gptscript eval [flags]
3030
--color Use color in output (default true) ($GPTSCRIPT_COLOR)
3131
--config string Path to GPTScript config file ($GPTSCRIPT_CONFIG)
3232
--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)
3434
--credential-override strings Credentials to override (ex: --credential-override github.com/example/cred-tool:API_TOKEN=1234) ($GPTSCRIPT_CREDENTIAL_OVERRIDE)
3535
--debug Enable debug logging ($GPTSCRIPT_DEBUG)
3636
--debug-messages Enable logging of chat completion calls ($GPTSCRIPT_DEBUG_MESSAGES)

docs/docs/04-command-line-reference/gptscript_fmt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ gptscript fmt [flags]
2424
--color Use color in output (default true) ($GPTSCRIPT_COLOR)
2525
--config string Path to GPTScript config file ($GPTSCRIPT_CONFIG)
2626
--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)
2828
--credential-override strings Credentials to override (ex: --credential-override github.com/example/cred-tool:API_TOKEN=1234) ($GPTSCRIPT_CREDENTIAL_OVERRIDE)
2929
--debug Enable debug logging ($GPTSCRIPT_DEBUG)
3030
--debug-messages Enable logging of chat completion calls ($GPTSCRIPT_DEBUG_MESSAGES)

docs/docs/04-command-line-reference/gptscript_getenv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ gptscript getenv [flags] KEY [DEFAULT]
2323
--color Use color in output (default true) ($GPTSCRIPT_COLOR)
2424
--config string Path to GPTScript config file ($GPTSCRIPT_CONFIG)
2525
--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)
2727
--credential-override strings Credentials to override (ex: --credential-override github.com/example/cred-tool:API_TOKEN=1234) ($GPTSCRIPT_CREDENTIAL_OVERRIDE)
2828
--debug Enable debug logging ($GPTSCRIPT_DEBUG)
2929
--debug-messages Enable logging of chat completion calls ($GPTSCRIPT_DEBUG_MESSAGES)

docs/docs/04-command-line-reference/gptscript_parse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ gptscript parse [flags]
2424
--color Use color in output (default true) ($GPTSCRIPT_COLOR)
2525
--config string Path to GPTScript config file ($GPTSCRIPT_CONFIG)
2626
--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)
2828
--credential-override strings Credentials to override (ex: --credential-override github.com/example/cred-tool:API_TOKEN=1234) ($GPTSCRIPT_CREDENTIAL_OVERRIDE)
2929
--debug Enable debug logging ($GPTSCRIPT_DEBUG)
3030
--debug-messages Enable logging of chat completion calls ($GPTSCRIPT_DEBUG_MESSAGES)

0 commit comments

Comments
 (0)