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
Merge requests
!22
add vault
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add vault
hugo-keystore
into
master
Overview
1
Commits
11
Pipelines
0
Changes
9
Merged
Hugo Trentesaux
requested to merge
hugo-keystore
into
master
1 year ago
Overview
1
Commits
11
Pipelines
0
Changes
9
Expand
closes
#17 (closed)
0
0
Merge request reports
Compare
master
version 4
0026284a
1 year ago
version 3
bfcb9f2f
1 year ago
version 2
96dfd742
1 year ago
version 1
e6904fdc
1 year ago
master (base)
and
version 1
latest version
f1ff1004
11 commits,
1 year ago
version 4
0026284a
8 commits,
1 year ago
version 3
bfcb9f2f
7 commits,
1 year ago
version 2
96dfd742
6 commits,
1 year ago
version 1
e6904fdc
5 commits,
1 year ago
9 files
+
902
−
99
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
doc/config.md
+
4
−
4
Options
@@ -4,11 +4,11 @@ Some Ğcli commands require to have an address configured (for example to get ac
Ğcli allows to save what you want in a config file and to overwrite parts in command line arguments. Example:
```
sh
# save Alice secret to
config
file
cargo run
--
-S
predefined
-s
Alice
config save
# save Alice secret to
encrypted local
file
gcli
-S
predefined
-s
Alice
vault add
# show config
cargo run
--
config show
gcli
config show
# [stdout]
# Ğcli config
# duniter endpoint ws://localhost:9944
@@ -16,7 +16,7 @@ cargo run -- config show
# address 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY (secret defined)
# use different address in command line
cargo run
--
--address
5Fxune7f71ZbpP2FoY3mhYcmM596Erhv1gRue4nsPwkxMR4n config show
gcli
--address
5Fxune7f71ZbpP2FoY3mhYcmM596Erhv1gRue4nsPwkxMR4n config show
# [stdout]
# Ğcli config
# duniter endpoint ws://localhost:9944
Loading