-
Notifications
You must be signed in to change notification settings - Fork 2
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
Initial plugin suggestions #4
Comments
Hey @SvenTo , to expand on a few points by @LalitTurbot above:
If you have any questions, please let us know, and thanks again for creating this plugin! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks, @SvenTo for the Cloud Foundry plugin! I took a look today and left some suggestions/questions below, please let me know if you have any questions on them.
We would love to change the repo name + plugin name from
cf
tocloudfoundry
to remove any ambiguity around what cf isTables names too perhaps, e.g.
table_cf_org_v2
totable_cloudfoundry_org_v2
Also, we should make the respective changes everywhere in the plugin
Plugin config file
steampipe-plugin-cf/config/cf.spc
tosteampipe-plugin-cf/config/cloudfoundry.spc
could you please update plugin to
svento/cf
instead ofhub.steampipe.io/plugins/svento/cf@latest
cloudfoundary.spc
Tables
Steampipe Table & Column Standards
The above does not affect the plugin functionality, just helps in the standardization of the code.
OR
Docs
### Explicit credentials in Steampipe config file
in index.md should match thecloudfoundry.spc
exactly.cf_buildpack_v2
,cf_info_v2
,cf_private_domain_v2
,cf_security_group_v2
, andcf_shared_domain_v2
are light on examples. Can you please add a few more so each table doc has at least 3-4 examples? These really help users get started and jump right into using your plugin. Writing Example Queriesdoc filenames
, we strongly encourage plugins to keep these consistent with thetable names
, so for table docs, can you please rename these to match the updated table names, e.g., cloudfoundry_org_v3.md, cloudfoundry_app_v3.mdReadme.md
If you could also update
## Quick start
section to install plugin from steampipe hubThe text was updated successfully, but these errors were encountered: