autocomplete
autocomplete copied to clipboard
feat: add cf
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Adding spec for cf cloudfoundry-cli
Additional info:
Overview
src/cf.ts:
Info:
URLs:
https://api.example.com)
Hello @howardwicks1, 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 include the
argsproperty (args: {})? - [ ] 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.
Hi @howardwicks1, thanks for the PR! Was this created manually or generated via some integration?
Hello @fedeci thank you for the comments. This completion spec was created manually.
Have added a basic generator for APP_NAME + description
Added generators for orgs and spaces, going to look at one for services next 😄
So pumped for the spec to land. If you want we can merge now, then do the remaining generators later - what you've got already is absolutely fantastic.
So pumped for the spec to land. If you want we can merge now, then do the remaining generators later - what you've got already is absolutely fantastic.
I will address the last couple comments first 😄 but then yes I would be happy for the merge to go ahead
Generator for services is now included, I have not attached the services generator to some of the user-provided service commands as I dont think they would work with the generator (as thats only able to poll the proper list of services present on the platform