Loading...
Loading...
Deploy apps to Buddy sandboxes, publish artifacts, create tunnels, manage domains, configure distributions, and run CI/CD pipelines using `bdy` CLI. Triggers on: deploy, sandbox, tunnel, expose, artifact, static site, publish, domain, distribution, pipeline, CI/CD.
npx skill4agent add buddy/buddy-plugin buddybdybdy <command> --helpToken not providedNot logged inbdy loginbdy whoamibdy sandbox|sbsandbox createbdy whoamiBUDDY_PROJECTbdy proj link -p <project>0.0.0.0127.0.0.1--ignore "node_modules/**" ".git/**"bdy sandbox create -i <name> --resources 2x4 --wait-for-runningbdy sandbox cp ./src <name>:/app --ignore "node_modules/**" ".git/**" > /dev/nullbdy sandbox exec command <name> "cd /app && npm install" --waitapp addbdy sandbox app add <name> "cd /app && npm start -- -H 0.0.0.0"bdy sandbox app status <name> <app-id>bdy sandbox app logs <name> <app-id>bdy sandbox endpoint add <name> -n web -e <port>bdy domainbdy distro route createapp addexec commandbdy sandbox app list <name>sandbox cpsandbox snapshotbdy distro route createbdy artifact|artbdy artifact docker logindockernpm run buildbdy artifact create <name>-a-bbdy artifact publish <name>@1.0.0 ./distbdy artifact publish <name> ./distlatestbdy artifact version get <name> <version>bdy domainbdy distro route createindex.html@:my-site@1.0.0my-site:1.0.0--force--createbdy artifact publish -c <name>@1.0.0 ./distbdy distro route createbdy tunnelrun_in_background: true-a--buddy0.0.0.0bdy tunnel config add http <name> localhost:<port>bdy tunnel start <name>bdy domainbdy domain search <query> # Search available domains
bdy domain buy <name> # Purchase a domain
bdy domain list # List owned domainsbdy domain --helpbdy distro/foo/barbdy distro create -i <name> # Create distribution
bdy distro route create <name> -t PROXY -d <domain> # Add route
bdy distro route list <name> # List routesbdy distro --helpbdy pipeline|pipbdy pipeline list # List pipelines
bdy pipeline run start <identifier> # Run a pipeline
bdy pipeline run status <identifier> <id> # Check run status
bdy pipeline run logs <identifier> <id> <action-id> # View logsbdy pipeline --help