🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

sbcli-configure

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sbcli-configure

CLI for managing SimplyBlock cluster

1.0.55
PyPI
Maintainers
1

SBCLI (SimplyBlock CLI)

Simplyblock provides a feature-rich CLI (command line interface) to deploy SimplyBlock Cluster and to manage the SimplyBlock Control plane

Install

The CLI can be installed using pypi package sbctl

pip install --upgrade sbctl

Components

Simply Block Core

Contains core logic and controllers for the simplyblock cluster

Simply Block CLI

The list of all the available CLI options can be here CLI docs

SimplyBlock Web API

Web app that provides API to manage the cluster. More about this in README.md

local development

FoundationDB requires a client library (libfdb_c.dylib) for the Python bindings to interact with the database. Depending on the OS architecture, please install the appropriate version from the official github repo

wget https://github.com/apple/foundationdb/releases/download/7.3.3/FoundationDB-7.3.3_arm64.pkg

setup the code on a management node and the webApp code can be developed by building the docker-compose-dev.yml file.

sudo docker compose -f docker-compose-dev.yml up --build -d

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