We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a162faf commit bb5ddecCopy full SHA for bb5ddec
packages/plugin-serverless/src/commands/serverless/list.js
@@ -5,6 +5,7 @@ const {
5
convertYargsOptionsToOclifFlags,
6
normalizeFlags,
7
createExternalCliOptions,
8
+ getRegionAndEdge,
9
} = require("../../utils");
10
11
class FunctionsList extends TwilioClientCommand {
packages/plugin-serverless/src/commands/serverless/logs.js
@@ -6,6 +6,7 @@ const {
12
class LogsList extends TwilioClientCommand {
packages/plugin-serverless/src/commands/serverless/promote.js
@@ -9,6 +9,7 @@ const {
13
14
15
class FunctionsPromote extends TwilioClientCommand {
0 commit comments