Skip to content

Latest commit

 

History

History
178 lines (108 loc) · 5.02 KB

deploy-mta-1e12331.md

File metadata and controls

178 lines (108 loc) · 5.02 KB

deploy-mta

This command deploys Multitarget Application (MTA) archives. One or more than one MTA archives can be deployed to your subaccount in one go.

Remember:

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.

Tip:

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

-a, --account

The name of the subaccount for which you provide a user and a password.

-h, --host

Enter a region host.

Type: URL. For acceptable values see Regions ↗️

-p, --password

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.

-u, --user

Your user e-mail or SAP ID (SCN) user name.

-s, --source

A comma-separated list of file locations, pointing to the MTA archive files, or the folders containing them.

Optional

Command-specific parameters

-y, --synchronous

Triggers the deployment and waits until the deployment operation finishes. The command without the --synchronous parameter triggers deployment and exits immediately without waiting for the operation to finish. Takes no value.

-e, --extensions

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 ↗️.

--mode

Defines whether the deployment method is a standard deployment, or provider deployment. The available values are import (default value), or providerImport.

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

list-mta-operations