Socket
Book a DemoInstallSign in
Socket

@xapp/cli

Package Overview
Dependencies
Maintainers
5
Versions
545
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xapp/cli

CLI for XAPP.AI

npmnpm
Version
1.8.6
Version published
Weekly downloads
39
225%
Maintainers
5
Weekly downloads
 
Created
Source

xapp-cli

The command line interface for OC Studio from XAPP AI

Installation

$ npm i -g @xapp/cli

Configuration

You can configure the CLI to point to different OC Studio environments.

Recommended approach is to modify the configuration JSON file found at ~/.xapp/cli_config and then adding different profiles.

For example, if you want to add a profile called stentor, fill in the parameters under `

{
  "profiles": {
    "default": {},
    "stentor": {
      "basePath": "",
      "authPath": "",
      "clientId": "",
      "path": "auth",
      "tokenPath": "oauth/token"
    }
  },
  "created": "2021-02-23T22:30:17.345Z",
  "modified": "2021-11-09T17:17:32.694Z",
  "currentProfile": "stentor"
}

Then, to use this profile run:

$ xapp set -p stentor

To reset back to the default, run:

$ xapp set -p default

FAQs

Package last updated on 26 Sep 2024

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