Open Cirzen opened 6 years ago
I'm interested in potentially working on this myself, but may need some guidance. I've not written and cmdlets so far, but the principles don't seem too far removed from the Powershell equivalents. Is there anyone I could contact for some advice?
@Cirzen, currently the module is under maintenance mode so we don't plan on adding large feature like new cmdlets. However, we certainly welcome your contribution and I can help you write the cmdlets if you want.
At present, management of Datastore objects must be done via the REST API. Without access to the classes from the Google.Cloud.Datastore.V1 namespace, this is not as simple as it could be. I haven't found a way of getting the entire NuGet package with all its dependencies successfully loaded into a Powershell session , which would be an acceptable workaround for the time being. Use case: I need to be able to read and write to Datastore from a compute startup / shutdown script.