You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 16, 2023. It is now read-only.
@@ -21,10 +21,6 @@ The SecretHub CLI provides the command-line interface to interact with the Secre
21
21
22
22
> [SecretHub][secrethub] is a secrets management tool that works for every engineer. Securely provision passwords and keys throughout your entire stack with just a few lines of code.
23
23
24
-
## Get started
25
-
26
-
Follow the [Getting Started Guide][getting-started] to quickly get up and running with SecretHub :rocket:
27
-
28
24
## Usage
29
25
30
26
Below you can find a selection of some of the most-used SecretHub commands. Run `secrethub --help` or the [CLI reference docs][cli-reference-docs] for a complete list of all commands.
Copy file name to clipboardExpand all lines: internals/secrethub/credential_store.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ import (
11
11
12
12
// Errors
13
13
var (
14
-
ErrCredentialNotExist=errMain.Code("credential_not_exist").Error("could not find credential file. Run `secrethub signup` to create an account.")
14
+
ErrCredentialNotExist=errMain.Code("credential_not_exist").Error("could not find credential file. Go to https://signup.secrethub.io/ to create an account or run `secrethub init` to use an already existing account on this machine.")
15
15
)
16
16
17
17
// CredentialConfig handles the configuration necessary for local credentials.
0 commit comments