feat: add deploy command (all ai test + fix this all)
This commit is contained in:
parent
ae3c21c5a0
commit
44d0fd22e1
3 changed files with 334 additions and 1 deletions
|
|
@ -93,6 +93,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error + Send + Sync>> {
|
|||
LaunchCommand,
|
||||
FollowCommand::new(),
|
||||
TestCommand::new(),
|
||||
DeployCommand::new(),
|
||||
BalanceCommand::new(arc_pool.clone()),
|
||||
InventoryCommand::new(arc_pool.clone()),
|
||||
FishCommand::new(arc_pool.clone()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue