-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add docs for 'astro db' CLI commands to reference/cli-reference, incl… #12965
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add docs for 'astro db' CLI commands to reference/cli-reference, incl… #12965
Conversation
…uding proposed --db-app-token flag on separate PR
✅ Deploy Preview for astro-docs-2 ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
|
Hello! Thank you for opening your first PR to Astro’s Docs! 🎉 Here’s what will happen next:
|
|
@withastro/maintainers-docs |
|
Hi, thanks for creating a docs PR to accompany your core PR!
The CLI reference only documents commands available without any additional packages. Astro DB requires Can you revert the changes to |
@ArmandPhilippot done. I noticed looking at those docs that the I also alphabetized the available flags - the ordering was inconsistent previously between the different commands (some in most-important-flag order, others in alphabetical). |
Description (required)
Add docs for 'astro db' CLI commands to
reference/cli-reference. I have a PR opened on the astro code repo to add a--db-app-tokenflag to theastro dbexecute,push, andverifycommands. I'll update this PR with that number. I noticed that there was no documentation in thecli-referencedocument for any of thedbCLI commands so I scaffolded them with relevant flags described.Related issues & labels
For Astro version:
5.x. See astro PR 15069.