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:
parent
4712d2be57
commit
39e29426aa
1 changed files with 4 additions and 0 deletions
|
@ -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`;
|
||||
|
|
Loading…
Add table
Reference in a new issue