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

@sap/adp-cli

Package Overview
Dependencies
Maintainers
1
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

  • 0.2.21
  • npm
  • Socket score

Version published
Weekly downloads
14
decreased by-17.65%
Maintainers
1
Weekly downloads
 
Created
Source

Adaptation Project Command-line Interface

Command-line interface that allows user to deploy or undeploy an adaption 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
-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.

Installation (development purposes only)

  1. Open your SAP BAS instance.
  2. Create a new Basic dev space.
  3. Open the folder home/user/projects in a terminal and git clone this repository (for issues with user authentication see BAS help on Connect to Your Git Source Control System.
  4. Go into your repo in the terminal and run npm i.
  5. Navigate to directory packages/adp-cli with cd packages/adp-cli.
  6. Run npm run setup to build and link the command.

Known issues

  1. When building the adp cli for the first time and executing the command you may come across the following error: bin/adp: Permission Denied.
    Run yarn chmod to make the command executable.

FAQs

Package last updated on 20 Jan 2023

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