GoogleCloudPlatform / google-cloud-powershell

PowerShell cmdlets for the Google Cloud Platform
http://googlecloudplatform.github.io/google-cloud-powershell/
Apache License 2.0
135 stars 61 forks source link

[FeatureRequest] Add cmdlets for Datastore management #624

Open Cirzen opened 5 years ago

Cirzen commented 5 years ago

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.

Cirzen commented 5 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?

quoctruong commented 5 years ago

@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.