operation: getRequiredEnumInput()

in src/config.ts [139:158]


        operation: getRequiredEnumInput("operation", [
          "create",
          "validate",
          "whatIf",
        ]),
        scope: parseDeploymentScope(),
        whatIf: {
          excludeChangeTypes: getOptionalEnumArrayInput(
            "what-if-exclude-change-types",
            [
              "create",
              "delete",
              "modify",
              "deploy",
              "noChange",
              "ignore",
              "unsupported",
            ],
          ),
        },