@cyberismo/cli
v0.0.21
Published
CLI tool to handle tasks.
Downloads
172
Readme
Command-line interface for Cyberismo Solution
The Cyberismo CLI is an open-source command-line tool that enables Security-as-Code workflows for cybersecurity management and compliance. It provides comprehensive functionality for managing cybersecurity content, from card-based project management to automated reporting and compliance tracking.
Prerequisites
Clingo (required)
- macOS (Homebrew):
brew install clingo - Ubuntu/Debian:
sudo apt-get update && sudo apt-get install -y gringo - Windows: Included
- macOS (Homebrew):
Asciidoctor PDF (optional, for PDF export)
- macOS:
brew install ruby && gem install --no-document asciidoctor-pdf rouge - Ubuntu/Debian:
sudo apt-get install -y ruby-full build-essential && sudo gem install --no-document asciidoctor-pdf rouge - Windows: See https://www.ruby-lang.org/en/documentation/installation/ and run
gem install --no-document asciidoctor-pdf rouge - Verify:
asciidoctor-pdf -v
- macOS:
Getting started
Install Cyberismo CLI
npm install -g @cyberismo/cliClone the demo repository
git clone https://github.com/CyberismoCom/cyberismo-demo.git cd cyberismo-demoLaunch the application
cyberismo app
The application will be available in your browser at http://localhost:3000
