Skip to main content

Module commands

Module commands 

Source
Expand description

Command implementations for actr-cli.

All commands implement crate::core::Command; dispatch happens in crate::cli::run.

Re-exports§

pub use build::BuildCommand;
pub use check::CheckCommand;
pub use completion::CompletionCommand;
pub use config::ConfigCommand;
pub use deps::DepsArgs;
pub use dlq::DlqArgs;
pub use doc::DocCommand;
pub use generate::GenCommand;
pub use init::InitCommand;
pub use logs::LogsCommand;
pub use pkg::PkgArgs;
pub use ps::PsCommand;
pub use registry::RegistryArgs;
pub use restart::RestartCommand;
pub use rm::RmCommand;
pub use run::RunCommand;
pub use start::StartCommand;
pub use stop::StopCommand;
pub use version::VersionCommand;

Modules§

build
actr build - build source artifacts and package signed .actr workloads.
check
Check command implementation - verify Actor-RTC service availability
codegen
completion
actr completion — generate shell completion scripts.
config
Config command implementation - manage CLI configuration layers.
deps
actr deps — local dependency management.
discovery
Discovery Command Implementation
dlq
actr dlq — Dead Letter Queue inspection and remediation.
doc
Doc command implementation - generate project documentation
fingerprint
Fingerprint command implementation
generate
Code Generation Command
init
Project initialization command
initialize
install
Install Command Implementation
logs
pkg
actr pkg — local package operations (sign, verify, keygen).
ps
registry
actr registry — remote service registry interactions (AIS / signaling).
restart
Restart command - stop a running instance and re-launch it
rm
run
Run command implementation - Execute .actr packages
start
Start command - re-launch a stopped detached runtime instance
stop
version
actr version — print version, git hash, and build date.

Enums§

SupportedLanguage
Supported languages for CLI commands.