We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c849a95 commit 5a1ddb2Copy full SHA for 5a1ddb2
packages/twilio-run/src/config/env/env-import.ts
@@ -79,18 +79,6 @@ export async function getConfigFromFlags(
79
80
let serviceName = await getServiceNameFromFlags(flags);
81
82
- if (!flags.key) {
83
- throw new Error(
84
- 'Missing --key argument. Please provide a key for your environment variable.'
85
- );
86
- }
87
-
88
- if (!flags.value) {
89
90
- 'Missing --value argument. Please provide a key for your environment variable.'
91
92
93
94
const env = filterEnvVariablesForDeploy(envFileVars);
95
96
return {
0 commit comments