vmware-archive / dispatch

Dispatch is a framework for deploying and managing serverless style applications.
http://dispatchframework.io
Apache License 2.0
532 stars 58 forks source link

Support `dispatch edit <resource> <resource name>` #674

Closed berndtj closed 5 years ago

berndtj commented 6 years ago

Feature Request

Detailed Description

Synonymous with kubectl edit the command should bring up your $EDITOR and allow you to make changes to an existing resource. When the editor is saved/closed the resource should be updated.

Context

Possible Implementation

Complexity

berndtj commented 5 years ago

This is done, correct?

pzmrzy commented 5 years ago

Yes this is done