darksidemilk / FogApi

Powershell Module for the Fog API
MIT License
5 stars 0 forks source link

Add Functions for capturing and deploying images #2

Closed darksidemilk closed 2 years ago

darksidemilk commented 4 years ago

Should follow powershell naming with approved verbs, but a few fit, so will probably have some aliases.

i.e. (to deploy an image) Send-FogImage Push-FogImage Start-FogImageDeployTask Start-FogDeploy

(to capture an image) Receive-FogImage Pull-FogImage Start-FogImageCaptureTask Start-FogCapture

darksidemilk commented 3 years ago

https://forums.fogproject.org/topic/14946/api-return-object-for-scheduledtask-is-malformed-has-a-tiny-typo?_=1607015917823

Just linking this here so I remember to look at these notes when I get to this step. Will want to be making either parameters for pushing an image as scheduled/delayed or a separate function, will cross that bridge when I get to it.