{
  "commands": {
    "init": {
      "aliases": [],
      "args": {},
      "description": "Initialize a new SAP Cloud Integration Configuration Manager (scicm) project.",
      "flags": {
        "projectName": {
          "description": "name of the scicm project to create.",
          "name": "projectName",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "ciUsername": {
          "description": "username for the CI OData API.",
          "name": "ciUsername",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "ciPassword": {
          "description": "password for the CI OData API.",
          "name": "ciPassword",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "ciURL": {
          "description": "URL for the CI instance.",
          "name": "ciURL",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        }
      },
      "hasDynamicHelp": false,
      "hiddenAliases": [],
      "id": "init",
      "pluginAlias": "scicm",
      "pluginName": "scicm",
      "pluginType": "core",
      "strict": true,
      "enableJsonFlag": false,
      "isESM": true,
      "relativePath": [
        "dist",
        "commands",
        "init.js"
      ]
    },
    "update": {
      "aliases": [],
      "args": {},
      "flags": {
        "ciURL": {
          "description": "the CI URL of the environment to update.",
          "name": "ciURL",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "packageId": {
          "description": "the integration packageId of the artifact to update.",
          "name": "packageId",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "artifactId": {
          "description": "the artifactId of the artifact to update.",
          "name": "artifactId",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "force": {
          "char": "f",
          "description": "force the update of the artifact configuration.",
          "name": "force",
          "allowNo": false,
          "type": "boolean"
        }
      },
      "hasDynamicHelp": false,
      "hiddenAliases": [],
      "id": "update",
      "pluginAlias": "scicm",
      "pluginName": "scicm",
      "pluginType": "core",
      "strict": true,
      "enableJsonFlag": false,
      "isESM": true,
      "relativePath": [
        "dist",
        "commands",
        "update.js"
      ]
    },
    "verify": {
      "aliases": [],
      "args": {},
      "description": "Verfify the artifact configurations for a Cloud Integration environment.",
      "flags": {
        "ciURL": {
          "description": "the CI URL of the environment to verify.",
          "name": "ciURL",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "safeUpdate": {
          "description": "Update the local artifact configuration versions, as long as their configurations are unchanged",
          "name": "safeUpdate",
          "allowNo": false,
          "type": "boolean"
        }
      },
      "hasDynamicHelp": false,
      "hiddenAliases": [],
      "id": "verify",
      "pluginAlias": "scicm",
      "pluginName": "scicm",
      "pluginType": "core",
      "strict": true,
      "enableJsonFlag": false,
      "isESM": true,
      "relativePath": [
        "dist",
        "commands",
        "verify.js"
      ]
    },
    "add:package": {
      "aliases": [],
      "args": {},
      "description": "Add an integration package to your Cloud Integration Configuration Manager (cicm) project.",
      "flags": {
        "ciURL": {
          "description": "the CI URL of the environment to add the package to.",
          "name": "ciURL",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "packageId": {
          "description": "the id of the integration package to add.",
          "name": "packageId",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        }
      },
      "hasDynamicHelp": false,
      "hiddenAliases": [],
      "id": "add:package",
      "pluginAlias": "scicm",
      "pluginName": "scicm",
      "pluginType": "core",
      "strict": true,
      "enableJsonFlag": false,
      "isESM": true,
      "relativePath": [
        "dist",
        "commands",
        "add",
        "package.js"
      ]
    }
  },
  "version": "0.0.5"
}