Usage: keepy restore [--stout|-s] [--showtag|-g] [--colored|-c] [--env|-e] [--key|-k ] [--tag|-t ] [--file|-f ] [--overwrite|-F] [--password|-w ] [--help|-h] restore the keys stored in keepy-store.json in the environment or in a file -s, --stout Print the keys in the standard out console in the format: KEY=VALUE -g, --showtag Only with --stout, show the tag of the key -e, --env Restore the keys as system variables -f, --file The file path where print out the keys matching --key and/or --tag. If the file exists the restore will fail -F, --overwrite Overwrite the --file if it exists without failing -k, --key The key to restore -t, --tag The label that keys must have to be used -w, --password Password to use instead of prompt -c, --colored Colorize the output when --stout is used -h, --help Show this help message