maton function env delete

Remove one environment variable

maton function env delete <key> --function <function-id> [flags]

Options

-f, --function <string>
Function ID this resource belongs to (required)
--yes
Skip confirmation prompt

Options inherited from parent commands

-p, --profile <string>
Profile to use for this invocation (overrides the active profile; also reads MATON_PROFILE)

Examples

$ maton function env delete GREETING --function 9f3c1e2a-0b7d-4c11-9d2e-5f6a7b8c9d01
$ maton function env delete GREETING -f 9f3c1e2a-0b7d-4c11-9d2e-5f6a7b8c9d01 --yes

See also