azure-cli
Version:
Microsoft Azure Cross Platform Command Line tool
1,424 lines • 5.32 MB
JSON
{
"fullName": null,
"usage": "[options] [command]",
"options": [
{
"flags": "-v, --version",
"required": 0,
"optional": 0,
"bool": true,
"short": "-v",
"long": "--version",
"description": "output the application version"
}
],
"commands": [
{
"name": "help",
"description": "Display help for a given command",
"fullName": "help",
"usage": "[options] [command]",
"filePath": "commands/help.js",
"options": [
{
"flags": "-v, --verbose",
"required": 0,
"optional": 0,
"bool": true,
"short": "-v",
"long": "--verbose",
"description": "use verbose output"
},
{
"flags": "-vv",
"required": 0,
"optional": 0,
"bool": true,
"long": "-vv",
"description": "more verbose with debug output"
},
{
"flags": "--json",
"required": 0,
"optional": 0,
"bool": true,
"long": "--json",
"description": "use json output"
}
]
},
{
"name": "login",
"description": "Log in to an Azure subscription using Active Directory or a Microsoft account identity.",
"fullName": "login",
"usage": "[options]",
"filePath": "commands/login.js",
"options": [
{
"flags": "-v, --verbose",
"required": 0,
"optional": 0,
"bool": true,
"short": "-v",
"long": "--verbose",
"description": "use verbose output"
},
{
"flags": "-vv",
"required": 0,
"optional": 0,
"bool": true,
"long": "-vv",
"description": "more verbose with debug output"
},
{
"flags": "--json",
"required": 0,
"optional": 0,
"bool": true,
"long": "--json",
"description": "use json output"
},
{
"flags": "-u --username <username>",
"required": -15,
"optional": 0,
"bool": true,
"short": "-u",
"long": "--username",
"description": "user name or service principal ID. If multifactor authentication is required, you will be prompted to use the login command without parameters for interactive support."
},
{
"flags": "-e --environment [environment]",
"required": 0,
"optional": -18,
"bool": true,
"short": "-e",
"long": "--environment",
"description": "Environment to authenticate against, such as AzureChinaCloud; must support Active Directory."
},
{
"flags": "-p --password <password>",
"required": -15,
"optional": 0,
"bool": true,
"short": "-p",
"long": "--password",
"description": "user password or service principal secret, will prompt if not given."
},
{
"flags": "--service-principal",
"required": 0,
"optional": 0,
"bool": true,
"long": "--service-principal",
"description": "If given, log in as a service principal rather than a user."
},
{
"flags": "--certificate-file <certificateFile>",
"required": -20,
"optional": 0,
"bool": true,
"long": "--certificate-file",
"description": "A PEM encoded certificate private key file."
},
{
"flags": "--thumbprint <thumbprint>",
"required": -14,
"optional": 0,
"bool": true,
"long": "--thumbprint",
"description": "A hex encoded thumbprint of the certificate."
},
{
"flags": "--tenant <tenant>",
"required": -10,
"optional": 0,
"bool": true,
"long": "--tenant",
"description": "Tenant domain or ID to log into."
},
{
"flags": "-q --quiet",
"required": 0,
"optional": 0,
"bool": true,
"short": "-q",
"long": "--quiet",
"description": "do not prompt for confirmation of PII storage."
}
]
},
{
"name": "logout",
"description": "Log out from Azure subscription using Active Directory. Currently, the user can log out only via Microsoft organizational account",
"fullName": "logout",
"usage": "[options] [username]",
"filePath": "commands/login.js",
"options": [
{
"flags": "-v, --verbose",
"required": 0,
"optional": 0,
"bool": true,
"short": "-v",
"long": "--verbose",
"description": "use verbose output"
},
{
"flags": "-vv",
"required": 0,
"optional": 0,
"bool": true,
"long": "-vv",
"description": "more verbose with debug output"
},
{
"flags": "--json",
"required": 0,
"optional": 0,
"bool": true,
"long": "--json",
"description": "use json output"
},
{
"flags": "-u --username <username>",
"required": -15,
"optional": 0,
"bool": true,
"short": "-u",
"long": "--username",
"description": "Required. User name used to log out from Azure Active Directory."
}
]
},
{
"name": "portal",
"description": "Open the portal in a browser",
"fullName": "portal",
"usage": "[options]",
"filePath": "commands/portal.js",
"options": [
{
"flags": "-v, --verbose",
"required": 0,
"optional": 0,
"bool": true,
"short": "-v",
"long": "--verbose",
"description": "use verbose output"
},
{
"flags": "-vv",
"required": 0,
"optional": 0,
"bool": true,
"long": "-vv",
"description": "more verbose with debug output"
},
{
"flags": "--json",
"required": 0,
"optional": 0,
"bool": true,
"long": "--json",
"description": "use json output"
},
{
"flags": "-e, --environment <environment>",
"required": -19,
"optional": 0,
"bool": true,
"short": "-e",
"long": "--environment",
"description": "the publish settings download environment"
},
{
"flags": "-r, --realm <realm>",
"required": -13,
"optional": 0,
"bool": true,
"short": "-r",
"long": "--realm",
"description": "the organization's realm"
}
]
},
{
"name": "telemetry",
"description": "Manages the data collection preference.",
"fullName": "telemetry",
"usage": "[options]",
"filePath": "commands/telemetry.js",
"options": [
{
"flags": "-v, --verbose",
"required": 0,
"optional": 0,
"bool": true,
"short": "-v",
"long": "--verbose",
"description": "use verbose output"
},
{
"flags": "-vv",
"required": 0,
"optional": 0,
"bool": true,
"long": "-vv",
"description": "more verbose with debug output"
},
{
"flags": "--json",
"required": 0,
"optional": 0,
"bool": true,
"long": "--json",
"description": "use json output"
},
{
"flags": "-e, --enable",
"required": 0,
"optional": 0,
"bool": true,
"short": "-e",
"long": "--enable",
"description": "use this flag to enable telemetry"
},
{
"flags": "-d, --disable",
"required": 0,
"optional": 0,
"bool": true,
"short": "-d",
"long": "--disable",
"description": "use this flag to disable telemetry"
}
]
}
],
"categories": {
"account": {
"name": "account",
"description": "Commands to manage your account information and publish settings",
"fullName": "account",
"usage": "[options] [command]",
"options": [],
"commands": [
{
"name": "list",
"description": "List the imported subscriptions",
"fullName": "account list",
"usage": "[options]",
"filePath": "commands/account.js",
"options": [
{
"flags": "-v, --verbose",
"required": 0,
"optional": 0,
"bool": true,
"short": "-v",
"long": "--verbose",
"description": "use verbose output"
},
{
"flags": "-vv",
"required": 0,
"optional": 0,
"bool": true,
"long": "-vv",
"description": "more verbose with debug output"
},
{
"flags": "--json",
"required": 0,
"optional": 0,
"bool": true,
"long": "--json",
"description": "use json output"
}
]
},
{
"name": "show",
"description": "Show details about a subscription",
"fullName": "account show",
"usage": "[options] [subscriptionNameOrId]",
"filePath": "commands/account.js",
"options": [
{
"flags": "-v, --verbose",
"required": 0,
"optional": 0,
"bool": true,
"short": "-v",
"long": "--verbose",
"description": "use verbose output"
},
{
"flags": "-vv",
"required": 0,
"optional": 0,
"bool": true,
"long": "-vv",
"description": "more verbose with debug output"
},
{
"flags": "--json",
"required": 0,
"optional": 0,
"bool": true,
"long": "--json",
"description": "use json output"
},
{
"flags": "-s --subscriptionNameOrId <subscriptionNameOrId>",
"required": -27,
"optional": 0,
"bool": true,
"short": "-s",
"long": "--subscriptionNameOrId",
"description": "The subscription to show"
},
{
"flags": "-d --details",
"required": 0,
"optional": 0,
"bool": true,
"short": "-d",
"long": "--details",
"description": "Show extra information about the subscription"
}
]
},
{
"name": "set",
"description": "Set the current subscription",
"fullName": "account set",
"usage": "[options] <subscriptionNameOrId>",
"filePath": "commands/account.js",
"options": [
{
"flags": "-v, --verbose",
"required": 0,
"optional": 0,
"bool": true,
"short": "-v",
"long": "--verbose",
"description": "use verbose output"
},
{
"flags": "-vv",
"required": 0,
"optional": 0,
"bool": true,
"long": "-vv",
"description": "more verbose with debug output"
},
{
"flags": "--json",
"required": 0,
"optional": 0,
"bool": true,
"long": "--json",
"description": "use json output"
}
]
},
{
"name": "clear",
"description": "Remove a subscription or environment, or clear all of the stored account and environment info",
"fullName": "account clear",
"usage": "[options]",
"filePath": "commands/account.js",
"options": [
{
"flags": "-v, --verbose",
"required": 0,
"optional": 0,
"bool": true,
"short": "-v",
"long": "--verbose",
"description": "use verbose output"
},
{
"flags": "-vv",
"required": 0,
"optional": 0,
"bool": true,
"long": "-vv",
"description": "more verbose with debug output"
},
{
"flags": "--json",
"required": 0,
"optional": 0,
"bool": true,
"long": "--json",
"description": "use json output"
},
{
"flags": "-s --subscription <subscriptionNameOrId>",
"required": -19,
"optional": 0,
"bool": true,
"short": "-s",
"long": "--subscription",
"description": "Subscription name or id to remove"
},
{
"flags": "-e --environment <environmentName>",
"required": -18,
"optional": 0,
"bool": true,
"short": "-e",
"long": "--environment",
"description": "Environment name to remove"
},
{
"flags": "-q --quiet",
"required": 0,
"optional": 0,
"bool": true,
"short": "-q",
"long": "--quiet",
"description": "quiet mode, do not ask for delete confirmation"
}
]
}
],
"categories": {
"env": {
"name": "env",
"description": "Commands to manage your account environment",
"fullName": "account env",
"usage": "[options] [command]",
"options": [],
"commands": [
{
"name": "list",
"description": "List the environments",
"fullName": "account env list",
"usage": "[options]",
"filePath": "commands/account.environment.js",
"options": [
{
"flags": "-v, --verbose",
"required": 0,
"optional": 0,
"bool": true,
"short": "-v",
"long": "--verbose",
"description": "use verbose output"
},
{
"flags": "-vv",
"required": 0,
"optional": 0,
"bool": true,
"long": "-vv",
"description": "more verbose with debug output"
},
{
"flags": "--json",
"required": 0,
"optional": 0,
"bool": true,
"long": "--json",
"description": "use json output"
}
]
},
{
"name": "show",
"description": "Show an environment",
"fullName": "account env show",
"usage": "[options] [environment]",
"filePath": "commands/account.environment.js",
"options": [
{
"flags": "-v, --verbose",
"required": 0,
"optional": 0,
"bool": true,
"short": "-v",
"long": "--verbose",
"description": "use verbose output"
},
{
"flags": "-vv",
"required": 0,
"optional": 0,
"bool": true,
"long": "-vv",
"description": "more verbose with debug output"
},
{
"flags": "--json",
"required": 0,
"optional": 0,
"bool": true,
"long": "--json",
"description": "use json output"
},
{
"flags": "--environment <environment>",
"required": -15,
"optional": 0,
"bool": true,
"long": "--environment",
"description": "the environment name"
}
]
},
{
"name": "add",
"description": "Add an environment",
"fullName": "account env add",
"usage": "[options] [environment]",
"filePath": "commands/account.environment.js",
"options": [
{
"flags": "-v, --verbose",
"required": 0,
"optional": 0,
"bool": true,
"short": "-v",
"long": "--verbose",
"description": "use verbose output"
},
{
"flags": "-vv",
"required": 0,
"optional": 0,
"bool": true,
"long": "-vv",
"description": "more verbose with debug output"
},
{
"flags": "--json",
"required": 0,
"optional": 0,
"bool": true,
"long": "--json",
"description": "use json output"
},
{
"flags": "--environment <environment>",
"required": -15,
"optional": 0,
"bool": true,
"long": "--environment",
"description": "the environment name"
},
{
"flags": "--portal-url <portalUrl>",
"required": -14,
"optional": 0,
"bool": true,
"long": "--portal-url",
"description": "the management portal URL"
},
{
"flags": "--azure-data-lake-analytics-catalog-and-job-endpoint-suffix <azureDataLakeAnalyticsCatalogAndJobEndpointSuffix>",
"required": -61,
"optional": 0,
"bool": true,
"long": "--azure-data-lake-analytics-catalog-and-job-endpoint-suffix",
"description": "the data lake analytics job and catalog service dns suffix"
},
{
"flags": "--management-endpoint-url <managementEndpointUrl>",
"required": -27,
"optional": 0,
"bool": true,
"long": "--management-endpoint-url",
"description": "the management service endpoint"
},
{
"flags": "--resource-manager-endpoint-url <resourceManagerEndpointUrl>",
"required": -33,
"optional": 0,
"bool": true,
"long": "--resource-manager-endpoint-url",
"description": "the resource management endpoint"
},
{
"flags": "--sql-management-endpoint-url <sqlManagementEndpointUrl>",
"required": -31,
"optional": 0,
"bool": true,
"long": "--sql-management-endpoint-url",
"description": "the sql server management endpoint for mobile commands"
},
{
"flags": "--sql-server-hostname-suffix <sqlServerHostnameSuffix>",
"required": -30,
"optional": 0,
"bool": true,
"long": "--sql-server-hostname-suffix",
"description": "the dns suffix for sql servers"
},
{
"flags": "--active-directory-endpoint-url <activeDirectoryEndpointUrl>",
"required": -33,
"optional": 0,
"bool": true,
"long": "--active-directory-endpoint-url",
"description": "the Active Directory login endpoint"
},
{
"flags": "--publishing-profile-url <publishingProfileUrl>",
"required": -26,
"optional": 0,
"bool": true,
"long": "--publishing-profile-url",
"description": "the publish settings file URL"
},
{
"flags": "--gallery-endpoint-url <galleryEndpointUrl>",
"required": -24,
"optional": 0,
"bool": true,
"long": "--gallery-endpoint-url",
"description": "the template gallery endpoint"
},
{
"flags": "--active-directory-graph-resource-id <activeDirectoryGraphResourceId>",
"required": -38,
"optional": 0,
"bool": true,
"long": "--active-directory-graph-resource-id",
"description": "the Active Directory resource ID"
},
{
"flags": "--active-directory-graph-api-version <activeDirectoryGraphApiVersion>",
"required": -38,
"optional": 0,
"bool": true,
"long": "--active-directory-graph-api-version",
"description": "the Active Directory api version"
},
{
"flags": "--storage-endpoint-suffix <storageEndpointSuffix>",
"required": -27,
"optional": 0,
"bool": true,
"long": "--storage-endpoint-suffix",
"description": "the endpoint suffix for storage accounts"
},
{
"flags": "--key-vault-dns-suffix <keyVaultDnsSuffix>",
"required": -24,
"optional": 0,
"bool": true,
"long": "--key-vault-dns-suffix",
"description": "the keyvault service dns suffix"
},
{
"flags": "--azure-data-lake-store-file-system-endpoint-suffix <azureDataLakeStoreFileSystemEndpointSuffix>",
"required": -53,
"optional": 0,
"bool": true,
"long": "--azure-data-lake-store-file-system-endpoint-suffix",
"description": "the data lake store filesystem service dns suffix"
},
{
"flags": "--active-directory-resource-id <activeDirectoryResourceId>",
"required": -32,
"optional": 0,
"bool": true,
"long": "--active-directory-resource-id",
"description": "The resource ID to obtain AD tokens for"
}
]
},
{
"name": "set",
"description": "Update an environment",
"fullName": "account env set",
"usage": "[options] [environment]",
"filePath": "commands/account.environment.js",
"options": [
{
"flags": "-v, --verbose",
"required": 0,
"optional": 0,
"bool": true,
"short": "-v",
"long": "--verbose",
"description": "use verbose output"
},
{
"flags": "-vv",
"required": 0,
"optional": 0,
"bool": true,
"long": "-vv",
"description": "more verbose with debug output"
},
{
"flags": "--json",
"required": 0,
"optional": 0,
"bool": true,
"long": "--json",
"description": "use json output"
},
{
"flags": "--environment <environment>",
"required": -15,
"optional": 0,
"bool": true,
"long": "--environment",
"description": "the environment name"
},
{
"flags": "--portal-url <portalUrl>",
"required": -14,
"optional": 0,
"bool": true,
"long": "--portal-url",
"description": "the management portal URL"
},
{
"flags": "--active-directory-resource-id <activeDirectoryResourceId>",
"required": -32,
"optional": 0,
"bool": true,
"long": "--active-directory-resource-id",
"description": "The resource ID to obtain AD tokens for"
},
{
"flags": "--management-endpoint-url <managementEndpointUrl>",
"required": -27,
"optional": 0,
"bool": true,
"long": "--management-endpoint-url",
"description": "the management service endpoint"
},
{
"flags": "--resource-manager-endpoint-url <resourceManagerEndpointUrl>",
"required": -33,
"optional": 0,
"bool": true,
"long": "--resource-manager-endpoint-url",
"description": "the resource management endpoint"
},
{
"flags": "--sql-management-endpoint-url <sqlManagementEndpointUrl>",
"required": -31,
"optional": 0,
"bool": true,
"long": "--sql-management-endpoint-url",
"description": "the sql server management endpoint for mobile commands"
},
{
"flags": "--sql-server-hostname-suffix <sqlServerHostnameSuffix>",
"required": -30,
"optional": 0,
"bool": true,
"long": "--sql-server-hostname-suffix",
"description": "the dns suffix for sql servers"
},
{
"flags": "--active-directory-endpoint-url <activeDirectoryEndpointUrl>",
"required": -33,
"optional": 0,
"bool": true,
"long": "--active-directory-endpoint-url",
"description": "the Active Directory login endpoint"
},
{
"flags": "--azure-data-lake-analytics-catalog-and-job-endpoint-suffix <azureDataLakeAnalyticsCatalogAndJobEndpointSuffix>",
"required": -61,
"optional": 0,
"bool": true,
"long": "--azure-data-lake-analytics-catalog-and-job-endpoint-suffix",
"description": "the data lake analytics job and catalog service dns suffix"
},
{
"flags": "--gallery-endpoint-url <galleryEndpointUrl>",
"required": -24,
"optional": 0,
"bool": true,
"long": "--gallery-endpoint-url",
"description": "the template gallery endpoint"
},
{
"flags": "--active-directory-graph-resource-id <activeDirectoryGraphResourceId>",
"required": -38,
"optional": 0,
"bool": true,
"long": "--active-directory-graph-resource-id",
"description": "the Active Directory resource ID"
},
{
"flags": "--active-directory-graph-api-version <activeDirectoryGraphApiVersion>",
"required": -38,
"optional": 0,
"bool": true,
"long": "--active-directory-graph-api-version",
"description": "the Active Directory api version"
},
{
"flags": "--storage-endpoint-suffix <storageEndpointSuffix>",
"required": -27,
"optional": 0,
"bool": true,
"long": "--storage-endpoint-suffix",
"description": "the endpoint suffix for storage accounts"
},
{
"flags": "--key-vault-dns-suffix <keyVaultDnsSuffix>",
"required": -24,
"optional": 0,
"bool": true,
"long": "--key-vault-dns-suffix",
"description": "the keyvault service dns suffix"
},
{
"flags": "--azure-data-lake-store-file-system-endpoint-suffix <azureDataLakeStoreFileSystemEndpointSuffix>",
"required": -53,
"optional": 0,
"bool": true,
"long": "--azure-data-lake-store-file-system-endpoint-suffix",
"description": "the data lake store filesystem service dns suffix"
},
{
"flags": "--publishing-profile-url <publishingProfileUrl>",
"required": -26,
"optional": 0,
"bool": true,
"long": "--publishing-profile-url",
"description": "the publish settings file URL"
}
]
},
{
"name": "delete",
"description": "Delete an environment",
"fullName": "account env delete",
"usage": "[options] [environment]",
"filePath": "commands/account.environment.js",
"options": [
{
"flags": "-v, --verbose",
"required": 0,
"optional": 0,
"bool": true,
"short": "-v",
"long": "--verbose",
"description": "use verbose output"
},
{
"flags": "-vv",
"required": 0,
"optional": 0,
"bool": true,
"long": "-vv",
"description": "more verbose with debug output"
},
{
"flags": "--json",
"required": 0,
"optional": 0,
"bool": true,
"long": "--json",
"description": "use json output"
},
{
"flags": "--environment <environment>",
"required": -15,
"optional": 0,
"bool": true,
"long": "--environment",
"description": "the environment name"
}
]
}
],
"categories": {}
}
}
},
"batch": {
"name": "batch",
"description": "Commands to manage your Batch objects",
"fullName": "batch",
"usage": "[options]",
"options": [],
"commands": [],
"categories": {
"application": {
"name": "application",
"description": "Commands to manage your Batch Application",
"fullName": "batch application",
"usage": "[options] [command]",
"options": [],
"commands": [
{
"name": "create",
"description": "Adds an application to the specified Batch account",
"fullName": "batch application create",
"usage": "[options] [resource-group] [account-name] [application-id]",
"filePath": "commands/batch/batch.application.js",
"options": [
{
"flags": "-v, --verbose",
"required": 0,
"optional": 0,
"bool": true,
"short": "-v",
"long": "--verbose",
"description": "use verbose output"
},
{
"flags": "-vv",
"required": 0,
"optional": 0,
"bool": true,
"long": "-vv",
"description": "more verbose with debug output"
},
{
"flags": "--json",
"required": 0,
"optional": 0,
"bool": true,
"long": "--json",
"description": "use json output"
},
{
"flags": "--account-name <account-name>",
"required": -16,
"optional": 0,
"bool": true,
"long": "--account-name",
"description": "the name of the Batch account"
},
{
"flags": "--application-id <application-id>",
"required": -18,
"optional": 0,
"bool": true,
"long": "--application-id",
"description": "the id of the application"
},
{
"flags": "--allow-updates <allow-updates>",
"required": -17,
"optional": 0,
"bool": true,
"long": "--allow-updates",
"description": "whether packages within the application may be overwritten using the same version string"
},
{
"flags": "--display-name <display-name>",
"required": -16,
"optional": 0,
"bool": true,
"long": "--display-name",
"description": "the display name for the application"
},
{
"flags": "-g, --resource-group <resource-group>",
"required": -22,
"optional": 0,
"bool": true,
"short": "-g",
"long": "--resource-group",
"description": "the resource group name"
},
{
"flags": "-s, --subscription <subscription>",
"required": -20,
"optional": 0,
"bool": true,
"short": "-s",
"long": "--subscription",
"description": "the subscription id"
}
]
},
{
"name": "set",
"description": "Updates an application to the specified Batch account",
"fullName": "batch application set",
"usage": "[options] [resource-group] [account-name] [application-id]",
"filePath": "commands/batch/batch.application.js",
"options": [
{
"flags": "-v, --verbose",
"required": 0,
"optional": 0,
"bool": true,
"short": "-v",
"long": "--verbose",
"description": "use verbose output"
},
{
"flags": "-vv",
"required": 0,
"optional": 0,
"bool": true,
"long": "-vv",
"description": "more verbose with debug output"
},
{
"flags": "--json",
"required": 0,
"optional": 0,
"bool": true,
"long": "--json",
"description": "use json output"
},
{
"flags": "--account-name <account-name>",
"required": -16,
"optional": 0,
"bool": true,
"long": "--account-name",
"description": "the name of the Batch account"
},
{
"flags": "--application-id <application-id>",
"required": -18,
"optional": 0,
"bool": true,
"long": "--application-id",
"description": "the id of the application"
},
{
"flags": "--allow-updates <allow-updates>",
"required": -17,
"optional": 0,
"bool": true,
"long": "--allow-updates",
"description": "whether packages within the application may be overwritten using the same version string"
},
{
"flags": "--display-name <display-name>",
"required": -16,
"optional": 0,
"bool": true,
"long": "--display-name",
"description": "the display name for the application"
},
{
"flags": "--default-version <default-version>",
"required": -19,
"optional": 0,
"bool": true,
"long": "--default-version",
"description": "the package to use if a client requests the application but does not specify a version"
},
{
"flags": "-g, --resource-group <resource-group>",
"required": -22,
"optional": 0,
"bool": true,
"short": "-g",
"long": "--resource-group",
"description": "the resource group name"
},
{
"flags": "-s, --subscription <subscription>",
"required": -20,
"optional": 0,
"bool": true,
"short": "-s",
"long": "--subscription",
"description": "the subscription id"
}
]
},
{
"name": "delete",
"description": "Deletes an application",
"fullName": "batch application delete",
"usage": "[options] [resource-group] [account-name] [application-id]",
"filePath": "commands/batch/batch.application.js",
"options": [
{
"flags": "-v, --verbose",
"required": 0,
"optional": 0,
"bool": true,
"short": "-v",
"long": "--verbose",
"description": "use verbose output"
},
{
"flags": "-vv",
"required": 0,
"optional": 0,
"bool": true,
"long": "-vv",
"description": "more verbose with debug output"
},
{
"flags": "--json",
"required": 0,
"optional": 0,
"bool": true,
"long": "--json",
"description": "use json output"
},
{
"flags": "--account-name <account-name>",
"required": -16,
"optional": 0,
"bool": true,
"long": "--account-name",
"description": "the name of the Batch account"
},
{
"flags": "--application-id <application-id>",
"required": -18,
"optional": 0,
"bool": true,
"long": "--application-id",
"description": "the id of the application"
},
{
"flags": "-q, --quiet",
"required": 0,
"optional": 0,
"bool": true,
"short": "-q",
"long": "--quiet",
"description": "delete the specified application without confirmation"
},
{
"flags": "-g, --resource-group <resource-group>",
"required": -22,
"optional": 0,
"bool": true,
"short": "-g",
"long": "--resource-group",
"description": "the resource group name"
},
{
"flags": "-s, --subscription <subscription>",
"required": -20,
"optional": 0,
"bool": true,
"short": "-s",
"long": "--subscription",
"description": "the subscription id"
}
]
},
{
"name": "show",
"description": "Show details of the Batch application",
"fullName": "batch application show",
"usage": "[options] [resource-group] [account-name] [application-id]",
"filePath": "commands/batch/batch.application.js",
"options": [
{
"flags": "-v, --verbose",
"required": 0,
"optional": 0,
"bool": true,
"short": "-v",
"long": "--verbose",
"description": "use verbose output"
},
{
"flags": "-vv",
"required": 0,
"optional": 0,
"bool": true,
"long": "-vv",
"description": "more verbose with debug output"
},
{
"flags": "--json",
"required": 0,
"optional": 0,
"bool": true,
"long": "--json",
"description": "use json output"
},
{
"flags": "--account-name <account-name>",
"required": -16,
"optional": 0,
"bool": true,
"long": "--account-name",
"description": "the name of the Batch account"
},
{
"flags": "--application-id <application-id>",
"required": -18,
"optional": 0,
"bool": true,
"long": "--application-id",
"description": "the id of the application"
},
{
"flags": "-g, --resource-group <resource-group>",
"required": -22,
"optional": 0,
"bool": true,
"short": "-g",
"long": "--resource-group",
"description": "the resource group name"
},
{
"flags": "-s, --subscription <subscription>",
"required": -20,
"optional": 0,
"bool": true,
"short": "-s",
"long": "--subscription",
"description": "the subscription id"
}
]
},
{
"name": "list",
"description": "Lists all of the applications in the specified account",
"fullName": "batch application list",
"usage": "[options] [resource-group] [account-name]",
"filePath": "commands/batch/batch.application.js",
"options": [
{
"flags": "-v, --verbose",
"required": 0,
"optional": 0,
"bool": true,
"short": "-v",
"long": "--verbose",
"description": "use verbose output"
},
{
"flags": "-vv",
"required": 0,
"optional": 0,
"bool": true,
"long": "-vv",
"description": "more verbose with debug output"
},
{
"flags": "--json",
"required": 0,
"optional": 0,
"bool": true,
"long": "--json",
"description": "use json output"
},
{
"flags": "--account-name <account-name>",
"required": -16,
"optional": 0,
"bool": true,
"long": "--account-name",
"description": "the name of the Batch account"
},
{
"flags": "-g, --resource-group <resource-group>",
"required": -22,
"optional": 0,
"bool": true,
"short": "-g",
"long": "--resource-group",
"description": "the resource group name"
},
{
"flags": "-s, --subscription <subscription>",
"required": -20,
"optional": 0,
"bool": true,
"short": "-s",
"long": "--subscription",
"description": "the subscription id"
}
]
},
{
"name": "list-summary",
"description": "Lists all of the applications available in the specified account",
"fullName": "batch application list-summary",
"usage": "[options]",
"filePath": "commands/batch/batch.application.js",
"options": [
{
"flags": "-v, --verbose",
"required": 0,
"optional": 0,
"bool": true,
"short": "-v",
"long": "--verbose",
"description": "use verbose output"
},
{
"flags": "-vv",
"required": 0,
"optional": 0,
"bool": true,
"long": "-vv",
"description": "more verbose with debug output"
},
{
"flags": "--json",
"required": 0,
"optional": 0,
"bool": true,
"long": "--json",
"description": "use json output"
},
{
"flags": "-a, --account-name <account-name>",
"required": -20,
"optional": 0,
"bool": true,
"short": "-a",
"long": "--account-name",
"description": "the Batch account name"
},
{
"flags": "-k, --account-key <account-key>",
"required": -19,
"optional": 0,
"bool": true,
"short": "-k",
"long": "--account-key",
"description": "the Batch account key"
},
{
"flags": "-u, --account-endpoint <account-endpoint>",
"required": -24,
"optional": 0,
"bool": true,
"short": "-u",
"long": "--account-endpoint",
"description": "the Batch account URL"
}
]
},
{
"name": "show-summary",
"description": "Show details of the application in the specified account",
"fullName": "batch application show-summary",
"usage": "[options] [application-id]",
"filePath": "commands/batch/batch.application.js",
"options": [
{
"flags": "-v, --verbose",
"required": 0,
"optional": 0,
"bool": true,
"short": "-v",
"long": "--verbose",
"description": "use verbose output"
},
{
"flags": "-vv",
"required": 0,
"optional": 0,
"bool": true,
"long": "-vv",
"de