mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-05-12 10:58:21 +00:00
fix readme: go-passbolt-cli instead of passbolt
This commit is contained in:
parent
7fe89a34b3
commit
b3ac6e8177
1 changed files with 2 additions and 2 deletions
|
@ -24,11 +24,11 @@ First you need to Setup basic information: the Server Address, your Private Key
|
||||||
You have these options:
|
You have these options:
|
||||||
- Save it in the config file using
|
- Save it in the config file using
|
||||||
```
|
```
|
||||||
passbolt configure --serverAddress https://passbolt.example.org --userPassword '1234' --userPrivateKeyFile 'keys/privatekey.asc'
|
go-passbolt-cli configure --serverAddress https://passbolt.example.org --userPassword '1234' --userPrivateKeyFile 'keys/privatekey.asc'
|
||||||
```
|
```
|
||||||
or
|
or
|
||||||
```
|
```
|
||||||
passbolt configure --serverAddress https://passbolt.example.org --userPassword '1234' --userPrivateKey '-----BEGIN PGP PRIVATE KEY BLOCK-----'
|
go-passbolt-cli configure --serverAddress https://passbolt.example.org --userPassword '1234' --userPrivateKey '-----BEGIN PGP PRIVATE KEY BLOCK-----'
|
||||||
```
|
```
|
||||||
- Setup Environment Variables
|
- Setup Environment Variables
|
||||||
- Provide the Flags manually every time
|
- Provide the Flags manually every time
|
||||||
|
|
Loading…
Add table
Reference in a new issue