This command deploys Multitarget Application (MTA) archives. One or more than one MTA archives can be deployed to your subaccount in one go.
SAP Business Technology Platform, Neo environment will sunset on December 31, 2028, subject to terms of customer or partner contracts.
For more information, see SAP Note 3351844.
This documentation refers to SAP Business Technology Platform, Neo environment. If you are looking for documentation about other environments, see SAP Business Technology Platform
↗️ .
neo deploy-mta --host <host> --account <subaccount_technical_name> --source <file(1)_location>,<file(2)_location>,...,<file(n)_location> --user <e-mail_or_user>
To list all parameters available for this command, execute neo help deploy-mta
in the command line.
Required |
|
---|---|
|
The name of the subaccount for which you provide a user and a password. |
|
Enter a region host.
|
|
Your user password. We recommend that you enter it only when prompted, and not explicitly as a parameter in a properties file or the command line. |
|
Your user e-mail or SAP ID (SCN) user name. |
|
A comma-separated list of file locations, pointing to the MTA archive files, or the folders containing them. |
Optional |
|
---|---|
Command-specific parameters |
|
|
Triggers the deployment and waits until the deployment operation finishes. The command without the |
|
Defines one or more extensions to the deployment descriptor. A comma-separated list of file locations, pointing to the extension descriptor files, or the folders containing them. For more information, see Defining MTA Extension Descriptors |
|
Defines whether the deployment method is a standard deployment, or provider deployment. The available values are |
You can deploy an MTA archive on a host different from the default one by specifying the host parameter. For example, to use the region (host) located in the United States, execute:
neo deploy-mta --host us1.hana.ondemand.com --account mysubaccount --source /usr/test/deploy_mta/example.mtar --user [email protected]
Related Information