.env file). They are encrypted at rest and materialized into the workspace at the given path.
Aliases: secrets, secret-file, secret-files
Usage
Subcommands
aether secret list
List the secret files for the current project, showing the path and when each was last updated.aether secret get
Print the decrypted content of a secret file to stdout.aether secret upload
Upload a secret file at the given workspace path, replacing it if it already exists. By default, the CLI reads the local regular file at<path>. Use --from <file> for a different local path or --stdin for piped content. Files must be valid UTF-8 and at most 1 MiB; symlinks and special files are rejected.
aether secret delete
Delete a secret file.aether secret bulk-upload
Upload every file in a local directory as secret files. Each file’s path is taken relative to the directory. Pass--prefix to prepend a path prefix to every uploaded file.