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.3
  • unpublished
  • Source
  • npm
  • Socket score

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

logo

NPM npm npm

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 systems

  • Windows

Requirements

Installation

More info on installation (requirements included) can be found here.

🛈 Before installing trm-client, check that all the requirements are met.

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.

Usage

A tutorial that will get you started using TRM, can be found here. Full description of each command can also be seen using

trm [command] --help

Connecting to a system

There are three different ways to run commands that require connection to a system:

  • Direct connection
  • Alias
  • Prompt

To use direct connection, you must specify all of these options to your command:

  -d, --dest <dest>                System Destination
  -u, --user <user>                System User Logon
  -p, --passwd <passwd>            System User Logon Password
  -c, --client <client>            System Client
  -l, --lang <lang>                System User Logon Language
  -h, --ashost <ashost>            System address
  -n, --sysnr <sysnr>              System number

To use an alias, you first create one with the command:

trm createAlias

(alternatively, you can manually add an alias into the trm/config.json file in your roaming folder). With an alias defined, run your command with the option

-a, --systemAlias <systemAlias>

If none of these methods are specified, you will be prompted for a system connection each time.

Check installed package

The first trm package you should have in your development 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 see information about the trm-server version you have installed.

Installing a package

Publishing your first package

Publishing a package is as easy as running this command:

trm publish <package_name>

Registry

Public registry

trm-client defaults all registry related commands to the default registry.

All packages published on the public registry can be seen here.

If you wish to publish a package to the public registry or access private packages, you will need to create an account and log in.

Private registry

You can define as many private registries as you want.

FAQ

For any question regarding trm-client, you can open an issue. Before opening an issue, check if it's trm-client related: all other issues should be opened in their respective GitHub repos,

Keywords

FAQs

Package last updated on 06 Jul 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