0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-03 22:57:08 -05:00

add help output

This commit is contained in:
Fred K. Schott 2024-02-07 19:51:47 -08:00
parent 4712d2be57
commit 39e29426aa

View file

@ -58,6 +58,10 @@ ${showHelp()}`);
Usage:
astro db login Authenticate your machine with Astro Studio
astro db logout End your authenticated session with Astro Studio
astro db link Link an Astro Studio project to this directory
astro db sync Creates snapshot based on your schema
astro db push Pushes migrations to Astro Studio
astro db verify Verifies migrations have been pushed and errors if not`;