Socket
Book a DemoInstallSign in
Socket

@transcend-io/cli2

Package Overview
Dependencies
Maintainers
6
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@transcend-io/cli2

A command line interface for programmatic operations across Transcend.

0.0.8
latest
npmnpm
Version published
Maintainers
6
Created
Source

Transcend CLI

List arguments

CLI arguments that accept lists can be specified either as a delimited string or as the same argument passed multiple times. For example, the following help text shows that the --origins argument accepts a list of origins. It can be specified as a comma-separated string:

FLAGS
     [--origins]...        The request origins to approve                                               [separator = ,]

The following commands are thus equivalent:

npx @transcend-io/cli2 request approve --origins "US,EU"
npx @transcend-io/cli2 request approve --origins US --origins EU

The only exception is for arguments that have a default list value. In this case, there will be no [separator = ,] specification in the argument's help text.

Development

Checkout the repo, and install:

pnpm install

In a separate terminal, build the CLI and watch for changes:

pnpm build:watch

To call the CLI while developing, you can use the following command:

pnpm start --help

This is equivalent to calling the CLI entrypoint:

npx @transcend-io/cli2 --help

FAQs

Package last updated on 08 Jul 2025

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.