You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm up for implementing anything that's in the API. My goal right now is to address the 2 issues and 1 PR that are still over at tfe-cli, then I'd be happy to tackle this next.
Please note that notification support is coming to the tfe provider soon, and in general we like to encourage the use of that provider where it makes sense to do so:
If you enjoy shell scripting and want to contribute the notifications commands, it is pretty easy to get started. I've re-engineered tfh from tfe-cli with ease-of-development in mind.
notification would work almost exactly like workspace. The options are created by writing documentation:
Everything else will be wired up correctly just by implementing those two things (docs and function) properly.
You could (and I will) literally copy the workspace commands to new notification names, do search and replace (carefully), then modify the variables, JSON payload structures, and output.
Being able to apply notifications across workspaces would be a useful feature. There appears to be support for it in the API.
The text was updated successfully, but these errors were encountered: