{
  "version": "2.7.0",
  "commands": {
    "ps:exec": {
      "id": "ps:exec",
      "description": "Create an SSH session to a dyno\nExample:\n\n    $ heroku ps:exec 'node -i' --app murmuring-headland-14719",
      "pluginName": "@heroku-cli/plugin-ps-exec",
      "pluginType": "core",
      "hidden": false,
      "aliases": [],
      "flags": {
        "dyno": {
          "name": "dyno",
          "type": "option",
          "char": "d",
          "description": "specify the dyno to connect to",
          "required": false
        },
        "ssh": {
          "name": "ssh",
          "type": "boolean",
          "description": "use native ssh",
          "required": false,
          "allowNo": false
        },
        "status": {
          "name": "status",
          "type": "boolean",
          "description": "lists the status of the SSH server in the dyno",
          "required": false,
          "allowNo": false
        },
        "app": {
          "name": "app",
          "type": "option",
          "char": "a",
          "description": "app to run command against",
          "required": true
        },
        "remote": {
          "name": "remote",
          "type": "option",
          "char": "r",
          "description": "git remote of app to use"
        }
      },
      "args": []
    },
    "ps:socks": {
      "id": "ps:socks",
      "description": "Launch a SOCKS proxy into a dyno\nExample:\n\n    $ heroku ps:socks --app murmuring-headland-14719\n    Establishing credentials... done\n    SOCKSv5 proxy server started on port 1080\n    Use CTRL+C to stop the proxy",
      "pluginName": "@heroku-cli/plugin-ps-exec",
      "pluginType": "core",
      "hidden": false,
      "aliases": [],
      "flags": {
        "dyno": {
          "name": "dyno",
          "type": "option",
          "char": "d",
          "description": "specify the dyno to connect to",
          "required": false
        },
        "app": {
          "name": "app",
          "type": "option",
          "char": "a",
          "description": "app to run command against",
          "required": true
        },
        "remote": {
          "name": "remote",
          "type": "option",
          "char": "r",
          "description": "git remote of app to use"
        }
      },
      "args": []
    },
    "ps:forward": {
      "id": "ps:forward",
      "description": "Forward traffic on a local port to a dyno\nProvide a port or comma-separated list of ports to forward.\n\n    For example, \"4000,9000:9001\" will forward port 4000 to port 4000 and\n    port 9000 to port 9001.\n\n    Example:\n\n    $ heroku ps:forward 8080 --app murmuring-headland-14719",
      "pluginName": "@heroku-cli/plugin-ps-exec",
      "pluginType": "core",
      "hidden": false,
      "aliases": [],
      "flags": {
        "dyno": {
          "name": "dyno",
          "type": "option",
          "char": "d",
          "description": "specify the dyno to connect to",
          "required": false
        },
        "localPort": {
          "name": "localPort",
          "type": "option",
          "char": "p",
          "description": "the local port to use",
          "hidden": true,
          "required": false
        },
        "app": {
          "name": "app",
          "type": "option",
          "char": "a",
          "description": "app to run command against",
          "required": true
        },
        "remote": {
          "name": "remote",
          "type": "option",
          "char": "r",
          "description": "git remote of app to use"
        }
      },
      "args": [
        {
          "name": "port",
          "required": true
        }
      ]
    },
    "ps:copy": {
      "id": "ps:copy",
      "description": "Copy a file from a dyno to the local filesystem\nExample:\n\n    $ heroku ps:copy FILENAME --app murmuring-headland-14719",
      "pluginName": "@heroku-cli/plugin-ps-exec",
      "pluginType": "core",
      "hidden": false,
      "aliases": [],
      "flags": {
        "dyno": {
          "name": "dyno",
          "type": "option",
          "char": "d",
          "description": "specify the dyno to connect to",
          "required": false
        },
        "output": {
          "name": "output",
          "type": "option",
          "char": "o",
          "description": "the name of the output file",
          "required": false
        },
        "app": {
          "name": "app",
          "type": "option",
          "char": "a",
          "description": "app to run command against",
          "required": true
        },
        "remote": {
          "name": "remote",
          "type": "option",
          "char": "r",
          "description": "git remote of app to use"
        }
      },
      "args": [
        {
          "name": "file",
          "required": true
        }
      ]
    }
  }
}