manage and interface with starintel.
  • Nim 99.7%
  • Dockerfile 0.3%
Find a file
N545PY 5c9be69ae8 Update to spec: 0.7.3
Removed star router as it is broken
2024-10-23 01:15:36 -04:00
src Update to spec: 0.7.3 2024-10-23 01:15:36 -04:00
.envrc add files 2023-12-17 21:27:05 -05:00
Dockerfile add files 2023-12-17 21:27:05 -05:00
LICENSE add files 2023-12-17 21:27:05 -05:00
README.org ok i forgot this notice 2024-10-22 15:29:26 -04:00
star.nimble Update to spec: 0.7.3 2024-10-23 01:15:36 -04:00

Readme

Star

Star is the management tool to manage operations and configure the starintel project

Star also lets you interact with the starRouter message queue.

Notice

The starRouter has been deprecated in favor of star-server. Stuff like "init" will be removed as star-server now handles that.

Installation

git clone https://github.com/lost-rob0t/star-cli.git star/ && cd star
nimble install

Configuration file

after you have installed star edit the file "config.ini" and put the file in ~/.config/starintel/config.ini

Usage

Get help

./star --help
Usage:
  star {SUBCMD}  [sub-command options & parameters]
where {SUBCMD} is one of:
  help              print comprehensive or per-cmd help
  target
  init
  insert_data
  publishDocuments
  subscribe

star {-h|--help} or with no args at all prints this message.
star --help-syntax gives general cligen syntax help.
Run "star {help SUBCMD|SUBCMD --help}" to see help for just SUBCMD.
Run "star help" to get *comprehensive* help.
star <subCommand> --help

Init database

DEPRECATED

star init

Create target json

Targets are a document that holds configuration for automations

To create a new target

star target -a <bot name> -t <bot input> -o <extra json options if needed>