Difference between revisions of "Vault server"

From wikieduonline
Jump to navigation Jump to search
 
(4 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
* https://www.vaultproject.io/docs/commands/server
 
* https://www.vaultproject.io/docs/commands/server
  
 +
 +
[[vault]] server -config=[[/etc/vault/config.hcl]]
 +
error loading configuration from /etc/vault/config.hcl: stat /etc/vault/config.hcl: no such file or directory
  
 
  vault server
 
  vault server
 
  Must specify at least one config path using -config
 
  Must specify at least one config path using -config
  
* <code>[[vault server -config]]</code>
+
[[vault server -config]]
* <code>[[vault]] server -config=[[/etc/vault/config.hcl]]</code>
+
flag needs an argument: -config
 +
 
  
 
Runs in development mode
 
Runs in development mode
 
* <code>[[vault server -dev]]</code>
 
* <code>[[vault server -dev]]</code>
 +
 +
[[vault server --help]]
 +
 +
== Related ==
 +
* <code>[[vault status]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 17:43, 30 November 2022


vault server -config=/etc/vault/config.hcl
error loading configuration from /etc/vault/config.hcl: stat /etc/vault/config.hcl: no such file or directory
vault server
Must specify at least one config path using -config
vault server -config
flag needs an argument: -config


Runs in development mode

vault server --help

Related[edit]

See also[edit]

Advertising: