Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

neosctl

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

neosctl

NEOS Core CLI

pipPyPI
Version
0.12.23
Maintainers
1

Core CLI v0.13.2

Setup

Install CLI

Install the CLI using pip:

pip install neosctl

See Local Development for details on installing from source.

Setup environment

To setup an environment, run the following command:

neosctl env init <env-name> -h <hub-host> -u <username> -a <account>

More information about this command you can find in the DOCS.md file.

Activate an environment

To activate an environment (for use in subsequent requests):

neosctl env activate <env-name>

Login to the system

To login to the system, run the following command:

neosctl env login

You will need username and password for that.

Activate a core

To activate a core (for use in subsequent requests):

neoctl env list-cores
neosctl env activate-core <core-name>

Setup service user (optional)

For some operations, you will need to provide a service user access_key_id and secret_access_key. To create service user and get it's access and secret key, use:

neosctl env whoami

{
  "user_id": "<user-id>"
}
neosctl iam user create-access-key <user-id>

To configure the environment to use the key pair:

neosctl env credential <env-name> <access-key> <secret-key>

Review settings

All setting are stored by default in the folder ~/.neosctl/.

You can also review all settings by running the following commands:

neosctl env list
neosctl env view <env-name>
neosctl env active

Usage

To see all available commands, run the following command:

neosctl --help

or go to the DOCS.md file.

FAQs

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