Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sap/adp-cli

Package Overview
Dependencies
Maintainers
0
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap/adp-cli

Adaptation Project CLI

  • 1.1.64
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
262
decreased by-10.27%
Maintainers
0
Weekly downloads
 
Created
Source

Adaptation Project Command-line Interface

Command-line interface that allows user to deploy (update) or undeploy an Adaptation Project.

Usage

npm install -g @sap/adp-cli

In your terminal run adp to see all available options and commands (adp abap-deploy, adp abap-undeploy).

For the correct usage of each command add -h or --help. This will print all the options the command accepts.

Example:
Usage: adp abap-deploy [options]
-ap, --abap-package <abap_package> Package name
-at, --abap-transport [abap_transport] Transport request number
-dn, --destination-name [destination_name] Destination name
-su, --system-url [system_url] System URL
-cl, --client [client] Client
-u, --username [username] Username
-p, --password [password] Password
-h, --help display help for command

Options that are surrounded by arrows are required, the ones in square brackets are optional.
If the project is local pass '$TMP' with single quotes or "\$TMP" with double quotes and a slash instead of $TMP, then you can omit -at, --abap-transport parameter.

Usage on Business Application Studio (BAS)

You can use the command on SAP Business Application Studio with either [destination_name] or [system_url] & [client] parameters (the latter requires you to pass credentials). NOTE: You cannot use both at the same time.

# abap-deploy with $TMP package
$ adp abap-deploy --abap-package '$TMP' --destination-name DEST_NAME

# abap-deploy
adp abap-deploy --abap-package ABAP_PKG --abap-transport ABAP_TRANSPORT --destination-name DEST_NAME

# abap-deploy with force update
adp abap-deploy --abap-package ABAP_PKG --abap-transport ABAP_TRANSPORT --destination-name DEST_NAME --force-update

# abap-undeploy
adp abap-undeploy --abap-package ABAP_PKG --abap-transport ABAP_TRANSPORT --destination-name DEST_NAME

Usage on VSCode

You can only use the command on VSCode (or in you CI/CD pipelines) using the following parameters, example:

# abap-deploy with system url & client
adp abap-deploy --abap-package ABAP_PKG --abap-transport ABAP_TRANSPORT --system-url https://SYSTEM_URL.sap --client XXX --username USERNAME --password PASSWORD

# abap-undeploy with system url & client
adp abap-undeploy --abap-package ABAP_PKG --abap-transport ABAP_TRANSPORT --system-url https://SYSTEM_URL.sap --client XXX --username USERNAME --password PASSWORD

FAQs

Package last updated on 11 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc