mirror of https://github.com/status-im/consul.git
Merge pull request #1518 from hashicorp/f-base64
Adds a base64 decode step to the example.
This commit is contained in:
commit
0fb246e7d6
|
@ -178,6 +178,8 @@ description: Service discovery and configuration made easy. Distributed, highly
|
|||
<p> "Value": <span class="txt-p">"YmFy"</span></p>
|
||||
<p> }</p>
|
||||
<p>]</p>
|
||||
<p class="command"><span class="txt-r">admin@hashicorp</span>: echo "YmFy" | base64 --decode</p>
|
||||
<p>bar</p>
|
||||
<p class="command"><span class="txt-r">admin@hashicorp</span>: <span class="cursor"> </span></p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue