You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was using vaulted installed on ubuntu box, but recently migrated to fedora. Built vaulted, but I can't use old config.
Tried to make new one, and:
=$ vaulted add whatever
ERROR: an environment must be provided
More data:
=$ type -a vaulted
vaulted is /opt/go/bin/vaulted
=$ ls -l /opt/go/bin/vaulted
-rwxr-xr-x. 1 root root 2927955 Oct 18 15:17 /opt/go/bin/vaulted
=$ ldd /opt/go/bin/vaulted
linux-vdso.so.1 (0x00007ffc76fe7000)
libc.so.6 => /lib64/libc.so.6 (0x00007f464ad4e000)
/lib64/ld-linux-x86-64.so.2 (0x00007f464af67000)
=$ /opt/go/bin/vaulted help
ERROR: an environment must be provided
=$ /opt/go/bin/vaulted version
ERROR: an environment must be provided
=$ /opt/go/bin/vaulted ----help
bad flag syntax: ----help
Usage of /opt/go/bin/vaulted:
-D delete environment from vault
-L list environments in vault
-a add to environment interactively
-f string
vault filename (default "/home/depesz/.vaulted")
-i spawn a new shell populated with the environment
-j dump json version of environment
-n string
name of the environment
=$ /opt/go/bin/vaulted -a
ERROR: an environment must be provided
=$ /opt/go/bin/vaulted -a whatever
ERROR: cannot list/dump or update environments while spawning
What am I missing?
The text was updated successfully, but these errors were encountered:
Was using vaulted installed on ubuntu box, but recently migrated to fedora. Built vaulted, but I can't use old config.
Tried to make new one, and:
More data:
What am I missing?
The text was updated successfully, but these errors were encountered: