Skip to content

Commit 4dc2b45

Browse files
authored
Merge pull request #513 from docker/feat/docs
feat(pass): documentation
2 parents 846d413 + f01b911 commit 4dc2b45

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

plugins/pass/command.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,8 @@ func Root(ctx context.Context, s store.Store, info commands.VersionInfo) *cobra.
116116
cmd := &cobra.Command{
117117
Use: "pass set|get|ls|rm",
118118
Short: "Manage your local OS keychain secrets.",
119-
Long: `Docker Pass is an experimental utility for managing secrets in your
120-
local OS keychain. Secrets are stored using platform-specific credential
121-
storage:
119+
Long: `Docker Pass is a helper for securely storing secrets in your local OS keychain and injecting them into containers when needed.
120+
It uses platform-specific credential storage:
122121
123122
- Windows: Windows Credential Manager API
124123
- macOS: Keychain services API

0 commit comments

Comments
 (0)