Usage: keepy add [--key|-k ] [--payload|-p ] [--file|-f ] [--env|-e] [--update|-u] [--tags|-t ] [--help|-h] add one or more keys to the keepy-store.json -k, --key The key to add to the key store -p, --payload The value of the key -f, --file File to store in keepy-store. Either in K=V format (ex: .env) or JSON format (ex: file.json). -u, --update Update the key's value if exists, otherwise the key will be added also if duplicated -e, --env Get the value of the key from the environment (process.env) -t, --tags Zero or more tags to add to the key as metadata