/vaulted

Allows the secure storage of environments and execution of processes in those environments

Primary LanguageGoGNU General Public License v2.0GPL-2.0

vaulted

Allows the secure storage of environments and execution of processes in those environments

Usage

To prevent having to pass the -n argument for each invocation, the VAULTED_ENV environment variable can be set to the name of the environment.

interactive add

vaulted -n env_name -a

delete account

vaulted -n env_name -D

list accounts

vaulted -L

execute command

vaulted -n env_name command arg1 arg2

spawn interactive shell

vaulted -n env_name -i