@machina.at/cli
v19.21.8
Published
> **ALPHA VERSION - USE AT YOUR OWN RISK** > > This CLI is in early alpha stage. APIs may change without notice. Not recommended for production use.
Readme
@machina.at/cli
ALPHA VERSION - USE AT YOUR OWN RISK
This CLI is in early alpha stage. APIs may change without notice. Not recommended for production use.
CLI tool for Machina platform. Provides authentication, session management, and P2P peer connectivity.
Installation
npm install -g @machina.at/cliCommands
auth - Authentication
# Generate authentication token
machina auth token generate
# Validate authentication token
machina auth token validate <token>session - Session Management
# List all sessions
machina session list
# Create a new session
machina session create --name "session-name"
# Send keys to a session
machina session send-keys <session-id> "command"peer - P2P Connection
# Connect to a peer
machina peer connect <peer-id>License
Private - All rights reserved
