
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@transcend-io/cli2
Advanced tools
A command line interface for programmatic operations across Transcend.
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.
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
A command line interface for programmatic operations across Transcend.
We found that @transcend-io/cli2 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
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.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.