1.1.62 • Published 9 months ago

@sap/adp-cli v1.1.62

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
9 months ago

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
1.1.62

9 months ago

1.1.59

1 year ago

1.1.61

12 months ago

1.1.58

1 year ago

1.1.57

1 year ago

1.1.56

1 year ago

1.1.55

1 year ago

1.1.54

1 year ago

1.1.52

1 year ago

1.1.51

2 years ago

1.1.50

2 years ago

1.1.49

2 years ago

1.1.48

2 years ago

1.1.39

2 years ago

1.1.45

2 years ago

1.1.44

2 years ago

1.1.43

2 years ago

1.1.42

2 years ago

1.1.38

2 years ago

1.1.47

2 years ago

1.1.46

2 years ago

1.1.34

2 years ago

0.2.27

2 years ago

0.2.26

2 years ago

1.1.37

2 years ago

0.2.25

2 years ago

0.2.24

2 years ago

0.2.23

2 years ago

0.2.22

2 years ago

0.2.21

2 years ago