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

@transmute/cli

Package Overview
Dependencies
Maintainers
3
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@transmute/cli

Transmute Command Line Interface

  • 0.8.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
3
Weekly downloads
 
Created
Source

Verifiable Data Platform GitHub Action

CI

Questions? Contact Transmute | Transmute VDP | Our Guide | About Transmute

Usage

npm i -g @transmute/cli

Push Graph to Neo4j

transmute graph --env .env --file ./src/__fixtures__/_minimal-credential.json

Convert to JSON Graph

transmute graph --file ./src/__fixtures__/_minimal-credential.json --accept application/vnd.transmute.graph+json

Convert to Cypher

transmute graph --file ./src/__fixtures__/_minimal-credential.json --accept application/vnd.transmute.cypher --unsafe

Develop

npm i
npm t

Testing CLI Locally

Install local build on CLI
npm i -g .

Then see the usage section above, or use the npm script aliases, below:

JSON-LD to JSON Graph
npm run transmute -- graph --accept application/vnd.transmute.graph+json --file ./src/__fixtures__/_minimal-credential.json
JSON-LD to Cypher
npm --silent run transmute -- graph --accept application/vnd.transmute.cypher+json --file ./src/__fixtures__/_minimal-credential.json \
| jq -r '.query'
Push JSON-LD to Neo4j
npm --silent run transmute -- graph --env .env --file ./src/__fixtures__/_minimal-credential.json

Testing GitHub Actions Locally

You will need to use a remote neo4j instance to test with act locally.

Help wanted resolving related docker network issues.

act -j act-preview-neo4j --secret-file .env

Keywords

FAQs

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