forked from docker/docker-credential-helpers
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add config to make helpers tools
- Loading branch information
1 parent
34e3459
commit 9515eb5
Showing
4 changed files
with
104 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Name: macOS Keychain Credential Store Helper | ||
Share Tools: store, get, list, erase | ||
|
||
--- | ||
name: store | ||
stdin: true | ||
|
||
#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool store | ||
|
||
--- | ||
name: get | ||
stdin: true | ||
|
||
#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool get | ||
|
||
--- | ||
name: list | ||
stdin: true | ||
|
||
#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool list | ||
|
||
--- | ||
name: erase | ||
stdin: true | ||
|
||
#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool erase |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Name: Pass Credential Store Helper | ||
Share Tools: store, get, list, erase | ||
|
||
--- | ||
name: store | ||
stdin: true | ||
|
||
#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool store | ||
|
||
--- | ||
name: get | ||
stdin: true | ||
|
||
#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool get | ||
|
||
--- | ||
name: list | ||
stdin: true | ||
|
||
#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool list | ||
|
||
--- | ||
name: erase | ||
stdin: true | ||
|
||
#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool erase |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Name: Linux Secret Service Credential Store Helper | ||
Share Tools: store, get, list, erase | ||
|
||
--- | ||
name: store | ||
stdin: true | ||
|
||
#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool store | ||
|
||
--- | ||
name: get | ||
stdin: true | ||
|
||
#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool get | ||
|
||
--- | ||
name: list | ||
stdin: true | ||
|
||
#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool list | ||
|
||
--- | ||
name: erase | ||
stdin: true | ||
|
||
#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool erase |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Name: Windows Credential Store Helper | ||
Share Tools: store, get, list, erase | ||
|
||
--- | ||
name: store | ||
stdin: true | ||
|
||
#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool store | ||
|
||
--- | ||
name: get | ||
stdin: true | ||
|
||
#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool get | ||
|
||
--- | ||
name: list | ||
stdin: true | ||
|
||
#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool list | ||
|
||
--- | ||
name: erase | ||
stdin: true | ||
|
||
#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool erase |