autocomplete
autocomplete copied to clipboard
feat: add supabase completion spec
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) Adds supabase CLI completion spec.
Overview
src/supabase.ts:
Info:
Hello @zeluizr, thank you very much for creating a Pull Request! Here is a small checklist to get this PR merged as quickly as possible:
- [ ] Do all subcommands / options which take arguments have the arg property (
arg: {})? - [ ] Are all options modular? E.g.
a-u-xinstead of-aux - [ ] Have all other checks passed?
Please add a 👍 as a reaction to this comment to show that you read this.
Let's hold off merging this for a few more days. Waiting to hear back from Supabase team what the most up to date docs are for the CLI These: https://github.com/supabase/cli or these: https://supabase.io/docs/guides/local-development#stop
No updates?
I've seen supabase is using our cobra integration, I think we can autogenerate a new updated spec based on the current main branch. This PR is stale since a while @ngajhede, would you like to create a new one with the changes?
hey @fedeci, I'm thinking to creating a new updated spec for supabase CLI. may I ask more about the cobra integration and what you mean by autogenerating a spec based on this integration? Thank you!
Ji @lyqht, this is what I meant: https://fig.io/docs/guides/integrating/integrations/cobra#fig-autocomplete--cobra, ping me for help!
Closing since a new PR is available