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.

Use consola.success for preview URL

+1 -1
+1 -1
apps/cli/src/cmd/expose.ts
··· 29 29 ); 30 30 31 31 if (response.data.previewUrl) { 32 - consola.log(`Preview URL: ${c.secondary(response.data.previewUrl)}`); 32 + consola.success(`Preview URL: ${c.secondary(response.data.previewUrl)}`); 33 33 } 34 34 } catch (error) { 35 35 consola.error("Failed to expose port:", error);