Socket
Book a DemoInstallSign in
Socket

@corellium/corellium-cli

Package Overview
Dependencies
Maintainers
0
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@corellium/corellium-cli

Corellium CLI Tool

latest
npmnpm
Version
1.5.1
Version published
Maintainers
0
Created
Source

corellium-cli

Corellium CLI is a command line interface for Corellium's API. It allows you to manage your projects, devices and more from the command line. It is written in Node.js and uses the Corellium Client API.

Installation

npm install -g @corellium/corellium-cli

Usage

Read the documentation

Development

  • Clone the repo
  • Ensure NPM has access to private package registery for dependencies
    • Create a Personal Access Token with read_api scope in GitLab.
    • Authenticate to the registry. (in ~/.npmrc): npm config set -- //[FQDN HERE]/api/v4/packages/npm/:_authToken=[TOKEN HERE]
    • Set the registry. (in ~/.npmrc): npm config set @corellium:registry https://[FQDN HERE]/api/v4/packages/npm/
  • Install dependencies: npm ci
  • Link with npm link

Note: if you are running it locally create .env file and put the following line there NODE_TLS_REJECT_UNAUTHORIZED=0

Publishing

To publish Corellium CLI to the official Corellium npm registry, create a tag with the format

v#.#.#

This creates a GitLab pipeline which runs npm publish with the appropriate permissions

FAQs

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