New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

trm-client

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trm-client

TRM (Transport Request Manager)

  • 0.1.0-alpha.0
  • unpublished
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9
decreased by-52.63%
Maintainers
1
Weekly downloads
 
Created
Source

trm-client

TRM is the first ABAP package manager.

Composed of a client side CLI software and a server side ABAP package, it essentially allows you to move packages from system A to system B, maintaining versioning, dependencies and system requirements.

It relies on a registry, where the packages are stored and ready to be downloaded at any time.

Supported operation systems

  • Windows

Requirements

  • TRM Server-Side package on your development system (first install via abapGit)
  • ADT services available on your systems
  • SAP NW RFC SDK locally installed
  • R3Trans program locally installed

Installation

Install is done with npm

npm install trm-client -g

After install, executing the command

trm --help

should output the list of possible commands with a short description.

Getting started

A complete tutorial that will get you started using TRM, with full description of the process, can be found here.

Check installed package

The first trm package you should have in your system is trm-server. You first install it with abapGit, but then it's fully trm compatible.

Try running this command:

trm view trm-server

you should be prompted a system, once selected you should see the details of the version you have installed.

Publishing your first package

Publishing a package is as easy as running this command:

trm publish <package_name>

Keywords

FAQs

Package last updated on 07 Jun 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