{
  "version": "0.1.12",
  "commands": {
    "generate": {
      "id": "generate",
      "description": "Generates a new instance of Rocketgraph project.",
      "strict": true,
      "pluginName": "rgraph",
      "pluginAlias": "rgraph",
      "pluginType": "core",
      "aliases": [],
      "examples": [
        "<%= config.bin %> <%= command.id %>"
      ],
      "flags": {},
      "args": {}
    },
    "deploy": {
      "id": "deploy",
      "description": "Deploy a serverless function. Use this in the directory of your project",
      "strict": true,
      "pluginName": "rgraph",
      "pluginAlias": "rgraph",
      "pluginType": "core",
      "aliases": [],
      "examples": [
        "$ oex hello friend --from oclif\nhello friend from oclif! (./src/commands/hello/index.ts)\n"
      ],
      "flags": {},
      "args": {
        "project": {
          "name": "project",
          "description": "Project to deploy this function to",
          "required": true
        }
      }
    }
  }
}