Skip to content
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

add methods to command signature for database, schema #458

Merged
merged 2 commits into from
Dec 4, 2024

Conversation

echo-bravo-yahoo
Copy link
Contributor

from the top level command (fauna), the help text shows the key
command as:

fauna key <method>

while it shows database and schema as:

fauna database
fauna schema

this commit standardizes the signature (and thus help text) to the
style used by keys - fauna <command> <method>.

from the top level command (`fauna`), the help text shows the key
command as:
```
fauna key <method>
```

while it shows database and schema as:
```
fauna database
fauna schema
```

this commit standardizes the signature (and thus help text) to the
style used by keys - `fauna <command> <method>`.
minor refactor of how we declare commands for consistency. no
customer-facing changes.
@echo-bravo-yahoo echo-bravo-yahoo requested a review from a team as a code owner December 4, 2024 17:35
@echo-bravo-yahoo echo-bravo-yahoo merged commit ecd8d58 into v3 Dec 4, 2024
4 checks passed
@echo-bravo-yahoo echo-bravo-yahoo deleted the command-signatures branch December 4, 2024 17:53
@cleve-fauna cleve-fauna mentioned this pull request Dec 5, 2024
This was referenced Dec 6, 2024
@cleve-fauna cleve-fauna mentioned this pull request Dec 13, 2024
@wildemat wildemat mentioned this pull request Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants