Skip to content

Instantly share code, notes, and snippets.

@cam8001
Created December 19, 2014 12:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cam8001/4f9dd32eba935d38c82b to your computer and use it in GitHub Desktop.
Save cam8001/4f9dd32eba935d38c82b to your computer and use it in GitHub Desktop.
Acquia Cloud API drush commands help
{
"acapi": {
"title": "Acquia commands",
"summary": "Acquia Cloud commands.",
"commands": {
"ac-api-login": {
"description": "Store Acquia Cloud API credentials and configuration information.",
"arguments": [],
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
},
"reset": "Discard any existing stored values from a previous call. Without this option, new values will be merged with existing values."
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
},
"reset": "Discard any existing stored values from a previous call. Without this option, new values will be merged with existing values."
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-api-login",
"command-hook": "ac-api-login",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"callback": "drush_command",
"primary function": false,
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-code-deploy": {
"description": "Deploy code from one site environment to another.",
"arguments": {
"target": "The target environment."
},
"method": "POST",
"resource": "\/sites\/:realm::site\/code-deploy\/:env\/:target",
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-code-deploy",
"command-hook": "ac-code-deploy",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-code-path-deploy": {
"description": "Deploy a specific branch or tag in an environment.",
"arguments": {
"path": "The branch or tag to deploy."
},
"method": "POST",
"resource": "\/sites\/:realm::site\/envs\/:env\/code-deploy",
"params": [
"path"
],
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-code-path-deploy",
"command-hook": "ac-code-path-deploy",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-database-add": {
"description": "Add a database.",
"arguments": {
"db": "The database."
},
"method": "POST",
"resource": "\/sites\/:realm::site\/dbs",
"body_fields": [
"db"
],
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-database-add",
"command-hook": "ac-database-add",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-database-copy": {
"description": "Copy a database from one site environment to another.",
"arguments": {
"db": "The database.",
"target": "The target environment."
},
"method": "POST",
"resource": "\/sites\/:realm::site\/dbs\/:db\/db-copy\/:env\/:target",
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-database-copy",
"command-hook": "ac-database-copy",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-database-delete": {
"description": "Delete a database.",
"arguments": {
"db": "The environment-agnostic database name; this is the name shown on the Workflow page of the Cloud UI."
},
"method": "DELETE",
"resource": "\/sites\/:realm::site\/dbs\/:db",
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-database-delete",
"command-hook": "ac-database-delete",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-database-info": {
"description": "Show information about a site database.",
"arguments": {
"db": "The environment-agnostic database name; this is the name shown on the Workflow page of the Cloud UI."
},
"method": "GET",
"resource": "\/sites\/:realm::site\/dbs\/:db",
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-database-info",
"command-hook": "ac-database-info",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-database-instance-backup": {
"description": "Create a database instance backup.",
"arguments": {
"db": "The environment-agnostic database name; this is the name shown on the Workflow page of the Cloud UI."
},
"method": "POST",
"resource": "\/sites\/:realm::site\/envs\/:env\/dbs\/:db\/backups",
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-database-instance-backup",
"command-hook": "ac-database-instance-backup",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-database-instance-backup-delete": {
"description": "Delete a database instance backup.",
"arguments": {
"db": "The environment-agnostic database name; this is the name shown on the Workflow page of the Cloud UI.",
"backupid": "The backup id."
},
"method": "DELETE",
"resource": "\/sites\/:realm::site\/envs\/:env\/dbs\/:db\/backups\/:backupid",
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-database-instance-backup-delete",
"command-hook": "ac-database-instance-backup-delete",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-database-instance-backup-download": {
"description": "Download a site environment database instance backup.",
"arguments": {
"db": "The environment-agnostic database name; this is the name shown on the Workflow page of the Cloud UI.",
"backup": "Backup id."
},
"method": "GET",
"resource": "\/sites\/:realm::site\/envs\/:env\/dbs\/:db\/backups\/:backup\/download",
"callback": "drush_command",
"options": {
"result-file": {
"description": "Save to a file; specify the full path in which to store the backup. If not provided, the backup is sent the standard output.",
"example-value": "\/path\/to\/file"
},
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"result-file": {
"description": "Save to a file; specify the full path in which to store the backup. If not provided, the backup is sent the standard output.",
"example-value": "\/path\/to\/file"
},
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-database-instance-backup-download",
"command-hook": "ac-database-instance-backup-download",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_database_backup_download",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-database-instance-backup-info": {
"description": "Show information about a site environment's database instance backup.",
"arguments": {
"db": "The environment-agnostic database name; this is the name shown on the Workflow page of the Cloud UI.",
"backup": "Backup id."
},
"method": "GET",
"resource": "\/sites\/:realm::site\/envs\/:env\/dbs\/:db\/backups\/:backup",
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-database-instance-backup-info",
"command-hook": "ac-database-instance-backup-info",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-database-instance-backup-list": {
"description": "List a site environment's database instance backups.",
"arguments": {
"db": "The environment-agnostic database name; this is the name shown on the Workflow page of the Cloud UI."
},
"method": "GET",
"resource": "\/sites\/:realm::site\/envs\/:env\/dbs\/:db\/backups",
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-database-instance-backup-list",
"command-hook": "ac-database-instance-backup-list",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-database-instance-backup-restore": {
"description": "Restore a database instance backup.",
"arguments": {
"db": "The environment-agnostic database name; this is the name shown on the Workflow page of the Cloud UI.",
"backupid": "The backup id."
},
"method": "POST",
"resource": "\/sites\/:realm::site\/envs\/:env\/dbs\/:db\/backups\/:backupid\/restore",
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-database-instance-backup-restore",
"command-hook": "ac-database-instance-backup-restore",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-database-instance-info": {
"description": "Show information about a site environment's database instance.",
"arguments": {
"db": "The environment-agnostic database name; this is the name shown on the Workflow page of the Cloud UI."
},
"method": "GET",
"resource": "\/sites\/:realm::site\/envs\/:env\/dbs\/:db",
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-database-instance-info",
"command-hook": "ac-database-instance-info",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-database-instance-list": {
"description": "List a site environment's database instances.",
"arguments": [],
"method": "GET",
"resource": "\/sites\/:realm::site\/envs\/:env\/dbs",
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-database-instance-list",
"command-hook": "ac-database-instance-list",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-database-list": {
"description": "List a site's databases.",
"arguments": [],
"method": "GET",
"resource": "\/sites\/:realm::site\/dbs",
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-database-list",
"command-hook": "ac-database-list",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-domain-add": {
"description": "Add a domain name to an environment.",
"arguments": {
"domain": "Domain name."
},
"method": "POST",
"resource": "\/sites\/:realm::site\/envs\/:env\/domains\/:domain",
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-domain-add",
"command-hook": "ac-domain-add",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-domain-delete": {
"description": "Delete a domain name from an environment.",
"arguments": {
"domain": "Domain name."
},
"method": "DELETE",
"resource": "\/sites\/:realm::site\/envs\/:env\/domains\/:domain",
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-domain-delete",
"command-hook": "ac-domain-delete",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-domain-info": {
"description": "Show information about a site domain.",
"arguments": {
"domain": "Domain name."
},
"method": "GET",
"resource": "\/sites\/:realm::site\/envs\/:env\/domains\/:domain",
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-domain-info",
"command-hook": "ac-domain-info",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-domain-list": {
"description": "List a site's domains.",
"arguments": [],
"method": "GET",
"resource": "\/sites\/:realm::site\/envs\/:env\/domains",
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-domain-list",
"command-hook": "ac-domain-list",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-domain-move": {
"description": "Move a domain from one site environment to another.",
"arguments": {
"target": "The target environment.",
"domains": "Comma separated list of domains, or * for all."
},
"method": "POST",
"resource": "\/sites\/:realm::site\/domain-move\/:env\/:target",
"body_fields_array": [
"domains"
],
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-domain-move",
"command-hook": "ac-domain-move",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-domain-purge": {
"description": "Purge a domain from the Varnish cache.",
"arguments": {
"domain": "Domain name."
},
"method": "DELETE",
"resource": "\/sites\/:realm::site\/envs\/:env\/domains\/:domain\/cache",
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-domain-purge",
"command-hook": "ac-domain-purge",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-environment-info": {
"description": "Show information about a site environment.",
"arguments": [],
"method": "GET",
"resource": "\/sites\/:realm::site\/envs\/:env",
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-environment-info",
"command-hook": "ac-environment-info",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-environment-install": {
"description": "Install a Drupal distribution from a pre-selected list, URL, or Drush Makefile.",
"arguments": {
"type": "Type of distro source: distro_url or make_url.",
"source": "A URL to a distro or URL to a Drush make file."
},
"method": "POST",
"resource": "\/sites\/:realm::site\/envs\/:env\/install\/:type",
"params": [
"source"
],
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-environment-install",
"command-hook": "ac-environment-install",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-environment-list": {
"description": "List a site's environments.",
"arguments": [],
"method": "GET",
"resource": "\/sites\/:realm::site\/envs",
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-environment-list",
"command-hook": "ac-environment-list",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-environment-livedev": {
"description": "Configure Live Development on a site environment.",
"arguments": {
"action": "Action to take. 'enable' or 'disable' live development.",
"discard": "When action is 'disable', set to 1 to discard uncommitted changes."
},
"method": "POST",
"resource": "\/sites\/:realm::site\/envs\/:env\/livedev\/:action",
"params": [
"discard"
],
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-environment-livedev",
"command-hook": "ac-environment-livedev",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-files-copy": {
"description": "Copy user-uploaded files from one site environment to another.",
"arguments": {
"target": "The target environment."
},
"method": "POST",
"resource": "\/sites\/:realm::site\/files-copy\/:env\/:target",
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-files-copy",
"command-hook": "ac-files-copy",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-server-info": {
"description": "Show information about a server.",
"arguments": {
"server": "Server name."
},
"method": "GET",
"resource": "\/sites\/:realm::site\/envs\/:env\/servers\/:server",
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-server-info",
"command-hook": "ac-server-info",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-server-list": {
"description": "List servers for a site and environment.",
"arguments": [],
"method": "GET",
"resource": "\/sites\/:realm::site\/envs\/:env\/servers",
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-server-list",
"command-hook": "ac-server-list",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-server-php-procs": {
"description": "Calculate the php max procs value based on possible memory limits and apc shm settings.",
"arguments": {
"server": "Server name.",
"memory_limits": "Memory limits.",
"apc_shm": "APC shm settings."
},
"method": "GET",
"resource": "\/sites\/:realm::site\/envs\/:env\/servers\/:server\/php-procs",
"params_array": [
"memory_limits",
"apc_shm"
],
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-server-php-procs",
"command-hook": "ac-server-php-procs",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-site-info": {
"description": "Show information about a site.",
"arguments": [],
"method": "GET",
"resource": "\/sites\/:realm::site",
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-site-info",
"command-hook": "ac-site-info",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-site-list": {
"description": "List all sites available to the current user.",
"arguments": [],
"method": "GET",
"resource": "\/sites",
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-site-list",
"command-hook": "ac-site-list",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-sshkey-add": {
"description": "Add an SSH key to a site.",
"arguments": {
"ssh_pub_key": "File containing the SSH public key.",
"nickname": "The SSH key nickname."
},
"method": "POST",
"resource": "\/sites\/:realm::site\/sshkeys",
"params": [
"nickname"
],
"body_fields_path": [
"ssh_pub_key"
],
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
},
"shell_access": {
"description": "Set shell access for this key. (true or false)",
"param": "shell_access"
},
"vcs_access": {
"description": "Set git access for this key. (true or false)",
"param": "vcs_access"
},
"blacklist": {
"description": "Array containing a list of environments to disallow access for this key",
"param": "blacklist"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
},
"shell_access": {
"description": "Set shell access for this key. (true or false)",
"param": "shell_access"
},
"vcs_access": {
"description": "Set git access for this key. (true or false)",
"param": "vcs_access"
},
"blacklist": {
"description": "Array containing a list of environments to disallow access for this key",
"param": "blacklist"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-sshkey-add",
"command-hook": "ac-sshkey-add",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-sshkey-delete": {
"description": "Delete an SSH key from a site.",
"arguments": {
"sshkeyid": "The SSH key id to delete."
},
"method": "DELETE",
"resource": "\/sites\/:realm::site\/sshkeys\/:sshkeyid",
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-sshkey-delete",
"command-hook": "ac-sshkey-delete",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-sshkey-info": {
"description": "Show information about a site SSH key.",
"arguments": {
"sshkeyid": "SSH key id."
},
"method": "GET",
"resource": "\/sites\/:realm::site\/sshkeys\/:sshkeyid",
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-sshkey-info",
"command-hook": "ac-sshkey-info",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-sshkey-list": {
"description": "List a site's SSH keys.",
"arguments": [],
"method": "GET",
"resource": "\/sites\/:realm::site\/sshkeys",
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-sshkey-list",
"command-hook": "ac-sshkey-list",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-svnuser-add": {
"description": "Add an SVN user to a site.",
"arguments": {
"username": "SVN username.",
"password": "SVN password."
},
"method": "POST",
"resource": "\/sites\/:realm::site\/svnusers\/:username",
"body_fields": [
"password"
],
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-svnuser-add",
"command-hook": "ac-svnuser-add",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-svnuser-delete": {
"description": "Delete an SVN user from a site.",
"arguments": {
"svnuserid": "The SVN user id to delete."
},
"method": "DELETE",
"resource": "\/sites\/:realm::site\/svnusers\/:svnuserid",
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-svnuser-delete",
"command-hook": "ac-svnuser-delete",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-svnuser-info": {
"description": "Show information about a site SVN user.",
"arguments": {
"svnuserid": "SVN user id."
},
"method": "GET",
"resource": "\/sites\/:realm::site\/svnusers\/:svnuserid",
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-svnuser-info",
"command-hook": "ac-svnuser-info",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-svnuser-list": {
"description": "List a site's SVN users.",
"arguments": [],
"method": "GET",
"resource": "\/sites\/:realm::site\/svnusers",
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-svnuser-list",
"command-hook": "ac-svnuser-list",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-task-info": {
"description": "Show information about a site task.",
"arguments": {
"task": "The task id."
},
"method": "GET",
"resource": "\/sites\/:realm::site\/tasks\/:task",
"callback": "drush_command",
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-task-info",
"command-hook": "ac-task-info",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"primary function": "drush_acapi_ac_generic_callback",
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"ac-task-list": {
"description": "List a site's tasks.",
"arguments": [],
"options": {
"state": {
"description": "The task state to retrieve. If not specified, retrieve all tasks for the site.",
"example-value": "done"
},
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"state": {
"description": "The task state to retrieve. If not specified, retrieve all tasks for the site.",
"example-value": "done"
},
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "ac-task-list",
"command-hook": "ac-task-list",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"callback": "drush_command",
"primary function": false,
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
},
"acquia-update": {
"description": "Retrieve Drush aliases for all accessible Acquia Cloud sites.",
"arguments": [],
"options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"orig_options": {
"email": {
"description": "Email address for your Acquia Network user account",
"default_value": "",
"prompt": [
"Email",
null,
true,
false
],
"example-value": "example@acquia.com"
},
"key": {
"description": "Private Cloud API key for your Acquia Network user account",
"default_value": "",
"prompt": [
"Key",
null,
true,
true
],
"example-value": "apikey"
},
"acapi-conf-path": {
"description": "Acquia Cloud API config files location. If not specified config will be loaded from $HOME\/.drush",
"default_value": "",
"example-value": "\/home\/user\/acapi-site-configs"
},
"ac-config": {
"description": "Acquia Cloud API user config file location. If not specified config will be loaded from $HOME",
"default_value": "\/Users\/cameron.tod\/.acquia\/cloudapi.conf",
"example-value": "\/Users\/cameron.tod\/.acquia\/cloudapi-site-specific.conf"
},
"endpoint": {
"description": "Acquia Cloud API endpoint URL.",
"default_value": "https:\/\/cloudapi.acquia.com\/v1",
"prompt": [
"Endpoint URL",
null,
true,
false
],
"example-value": "https:\/\/cloudapi.acquia.com\/v1"
},
"cainfo": {
"description": "Path to a file containing the SSL certificates needed to verify the ac-api-endpoint.",
"default_value": "\/Users\/cameron.tod\/.drush\/cloudapi.acquia.com.pem",
"example-value": "cloudapi.acquia.com.pem"
},
"format": {
"description": "Format to output the object. Use \"print_r\" for print_r, \"export\" for var_export, and \"json\" for JSON. If not provided, the output is printed in a human-readable format.",
"default_value": "",
"example-value": "json"
}
},
"handle-remote-commands": true,
"bootstrap": 0,
"required-arguments": true,
"command": "acquia-update",
"command-hook": "acquia-update",
"invoke hooks": true,
"callback arguments": [],
"commandfile": "acapi",
"path": "\/Users\/cameron.tod\/.drush",
"engines": [],
"callback": "drush_command",
"primary function": false,
"sections": {
"examples": "Examples",
"arguments": "Arguments",
"options": "Options"
},
"sub-options": [],
"allow-additional-options": false,
"global-options": [],
"examples": [],
"aliases": [],
"core": [],
"scope": "site",
"drupal dependencies": [],
"drush dependencies": [],
"remote-tty": false,
"strict-option-handling": false,
"bootstrap_errors": [],
"topics": [],
"hidden": false,
"category": "acapi"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment