feat(cli): add API request command
This commit is contained in:
parent
a4b9351c0f
commit
784eea3911
4 changed files with 144 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ import { Daemon } from "./services/daemon"
|
|||
|
||||
const Handlers = Runtime.handlers(Commands, {
|
||||
$: () => import("./commands/handlers/default"),
|
||||
api: () => import("./commands/handlers/api"),
|
||||
debug: {
|
||||
agents: () => import("./commands/handlers/debug/agents"),
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue