pulumi / pulumi-command

Apache License 2.0
57 stars 23 forks source link

Document Command in its own Markdown file, with `triggers` examples #472

Closed thomas11 closed 1 week ago

thomas11 commented 1 week ago

Resolves #40 Part of #196

Issue #40 showed that the triggers property could be confusing to users. This PR adds more docs, including sample code.

The actual changes are all in inputs.go and command.md.

Once the general text and approach is approved, I'll extend the docs to the remote Command as well.