Closed madhushreeray30 closed 1 year ago
@madhushreeray30 Thanks for your suggestions.
@ip2location Thanks for the quick updates and fixes!
Just a bit confused about the steampipe plugin install command you have used which is differently stated in the index.md
and README.md
files could you please look into this and get it updated?
Ideally, I think it should be steampipe plugin install ip2location/ip2locationio
.
@madhushreeray30 Sorry, have updated the command.
Thanks @ip2location for this amazing plugin š. I was taking a final look at the plugin and had a few questions:
ip2location
instead of ip2locationio
? We have similar plugin references like https://github.com/tomba-io/steampipe-plugin-tomba, https://github.com/turbot/steampipe-plugin-ipinfo etc. Please let us know what your thoughts are on this nomenclature.@misraved
Thanks @ip2location for this amazing new plugin š.
Please feel free to push a release tag (v0.0.1) and update the CHANGELOG file for the initial release š !!
@misraved There appears to be an error in publishing.
@ip2location I don't think you need to add the Build and Deploy OCI Image
workflow in the .github
folder.
Once the release tag is pushed, we trigger a workflow to push the plugin to the hub š.
@misraved Have deleted the Build and Deploy OCI Image
workflow. Do I need to delete the tag and add it again?
No, you do not need to add a new tag š.
I have triggered the build process for this new plugin, it should be available on the hub in a while š.
Just noticed that the icon and social graphic haven't been created.
Sorry for the delayed response @ip2location, I have fixed the issue of missing social graphics š.
The plugin is now available https://hub.steampipe.io/plugins/ip2location/ip2locationio.
Great work š !!
@misraved Thanks for fixing the graphics!!
@ip2location thanks once again for creating the new plugin and for quickly addressing all the review comments. I believe this issue can now be closed š.
@misraved Just saw this error. Is there anything that I need to do?
@ip2location you can remove the workflow from the .github
folder since it relies on the workflows that point to a private repository š.
The basic structure looks good so far. While using the plugin, we did come up with a few suggestions based on our best practices:
ip2locationio.spc
ip2locationio.spc
file to follow the format of the [namecheap plugin](https://github.com/turbot/steampipe-plugin-namecheap/blob/main/config/namecheap.spcdocs/tables/*
docs/index.md
index.md
however we can go forward and add as many example queries as we want in the table docscredentials
before theconfiguration
section, we can take reference from the namecheap pluginREADME
README.md
however we can go forward and add as many example queries as we want in the table docssh
instead ofshell
while putting down the CLI commands for instancego.mod
v5.5.0
ip2locationio/*
connection_config.go
,plugin.go
andutils.go
seem to be quite well structured however why do we not use the environment variables for setting the api_key? Is there a way to authenticate with environment variables?CHANGELOG.md
TBD
ip2locationio.spc
,index.md
andREADME.md
files