Skip to main content

Crate resq_cli

Crate resq_cli 

Source
Expand description

ResQ CLI - Command-line interface for managing ResQ services.

This crate provides a unified CLI for interacting with the ResQ platform, including service management, blockchain queries, and deployment operations.

§Commands

  • status - Check service health
  • deploy - Deploy services to Kubernetes
  • logs - View and filter logs
  • secrets - Manage secrets
  • audit - Audit blockchain events

§Usage

resq status
resq deploy --service infrastructure-api
resq logs --service edge-aeai --level debug

Modules§

commands
CLI command implementations. CLI commands for the ResQ tool.
gitignore
Gitignore pattern utilities.
utils
Shared utility functions.