the universal sandbox runtime for agents and humans. pocketenv.io
sandbox openclaw agent claude-code vercel-sandbox deno-sandbox cloudflare-sandbox atproto sprites daytona
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

Log success message after deleting service

+1
+1
apps/cli/src/cmd/service.ts
··· 183 183 Authorization: `Bearer ${env.POCKETENV_TOKEN || token}`, 184 184 }, 185 185 }); 186 + consola.success(`Service ${c.highlight(serviceId)} deleted successfully`); 186 187 } catch (error) { 187 188 consola.error(`Failed to delete service ${serviceId}`, error); 188 189 process.exit(1);