diff --git a/packages/cli/src/cli.ts b/packages/cli/src/cli.ts index ef88d71..1ec0ebf 100644 --- a/packages/cli/src/cli.ts +++ b/packages/cli/src/cli.ts @@ -87,21 +87,21 @@ export const cli = instance () => {}, () => { const art = ` - @@@@ - @@@@ - @@@@ - @@@@@@ @@@@@@@ @@@@ @@@@@ @@@@ @@@@@@@@ @@@@ @@@@@@@@ @@@@@ @@@@ - @@@@@@@@@@@@@@@@@@@@ @@@@ @@@@ @@@@@@@@@@@@@@ @@@@@@@@@@@@@@ @@@@@ @@@@@ - @@@@@ @@@@@ @@@@ @@@@@ @@@@@ @@@@@ @@@@@ @@@@ @@@@@ - @@@@ @@@@@@@@@@@ @@@@@ @@@@ @@@@ @@@@@ @@@@ @@@@@ @@@@ @@@@@ @@@@@ ${bunny("@@")} - @@@@@ @@@@ @@@@ @@@@@ @@@@ @@@@@ @@@@ @@@@ @@@@ @@@@@ ${bunny("@@ @@@ @@@@ @@@@@@")} - @@@@@ @@@@@ @@@@ @@@@ @@@@ @@@@@ @@@@ @@@@@ @@@@@@@@@ ${bunny("@@@@ @@ @@ @@ @@")} - @@@@@ @@@@@ @@@@@ @@@@@ @@@@ @@@@ @@@@ @@@@ @@@@@@@@ ${bunny("@@ @@ @@@@@@@ @@")} - @@@@@@@@@@@@@@@ @@@@@@@@@@@@@@ @@@@@ @@@@ @@@@@ @@@@ @@@@@@ ${bunny("@@ @@ @@ @@")} - @@@@ @@@@@@@@@ @@@@@@@@ @@@ @@@@ @@@@@ @@@@ @@@@@ @@@@@ @@ ${bunny("@@ @@ @@@@@ +@@@")} - @@@@@ - @@@@@ - @@@@@ + @@@@ + @@@@ + @@@@ + @@@@@@ @@@@@@@ @@@@ @@@@@ @@@@ @@@@@@@@ @@@@ @@@@@@@@ @@@@@ @@@@ + @@@@@@@@@@@@@@@@@@@@ @@@@ @@@@ @@@@@@@@@@@@@@ @@@@@@@@@@@@@@ @@@@@ @@@@@ + @@@@@ @@@@@ @@@@ @@@@@ @@@@@ @@@@@ @@@@@ @@@@ @@@@@ + @@@@ @@@@@@@@@@@ @@@@@ @@@@ @@@@ @@@@@ @@@@ @@@@@ @@@@ @@@@@ @@@@@ ${bunny("@@")} + @@@@@ @@@@ @@@@ @@@@@ @@@@ @@@@@ @@@@ @@@@ @@@@ @@@@@ ${bunny("@@ @@@ @@@@ @@@@@@")} + @@@@@ @@@@@ @@@@ @@@@ @@@@ @@@@@ @@@@ @@@@@ @@@@@@@@@ ${bunny("@@@@ @@ @@ @@ @@")} + @@@@@ @@@@@ @@@@@ @@@@@ @@@@ @@@@ @@@@ @@@@ @@@@@@@@ ${bunny("@@ @@ @@@@@@@ @@")} + @@@@@@@@@@@@@@@ @@@@@@@@@@@@@@ @@@@@ @@@@ @@@@@ @@@@ @@@@@@ ${bunny("@@ @@ @@ @@")} + @@@@ @@@@@@@@@ @@@@@@@@ @@@ @@@@ @@@@@ @@@@ @@@@@ @@@@@ @@ ${bunny("@@ @@ @@@@@ +@@@")} + @@@@@ + @@@@@ + @@@@@ `; if ((process.stdout.columns ?? 0) >= 135) { console.log(art); @@ -139,6 +139,7 @@ export const cli = instance ["Create an edge script", "bunny scripts init"], ["Add a domain to manage DNS", "bunny dns zones add example.com"], ["Create a dev sandbox", "bunny sandbox create my-sandbox"], + ["Deploy a static site", "bunny sites deploy"], // ["Deploy an app", "bunny apps deploy"], ];