Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ğ
Ğcli-v2s
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
Rust
Ğcli-v2s
Commits
bf6f5d70
Commit
bf6f5d70
authored
2 months ago
by
Nicolas80
Browse files
Options
Downloads
Patches
Plain Diff
* Small changes in doc
parent
8d3cbb70
No related branches found
No related tags found
1 merge request
!41
Adding db persistence for all SecretFormat of vault keys as well as supporting derivations
Pipeline
#39886
failed
2 months ago
Stage: build
Stage: release
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/config.md
+7
-2
7 additions, 2 deletions
doc/config.md
with
7 additions
and
2 deletions
doc/config.md
+
7
−
2
View file @
bf6f5d70
...
...
@@ -38,7 +38,12 @@ gcli account transfer 1 5Fxune7f71ZbpP2FoY3mhYcmM596Erhv1gRue4nsPwkxMR4n
but in general usage, you want to store your secret in the local vault.
Here is an example adding a base _substrate_ account, adding a derivation on it, selecting that derivation Address and making a transfer from it
Here is an example that:
*
adds a base _substrate_ account
*
adds a derivation on it
*
lists all available Addresses in the vault
*
selects that derivation Address
*
makes a transfer from selected Address
```
sh
# add a new secret to the vault using substrate uri
...
...
@@ -191,7 +196,7 @@ gcli vault --help
# -h, --help Print help
```
And some commands have a more detailed description when requesting
`--help`
from them
.
And some commands have a more detailed description when requesting
`--help`
from them
:
```
sh
gcli vault derive
--help
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment