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
Description
If I want to create a simple proof of concept plugin using vcd-ext new and then test it in a local sandbox via the vcd-ext serve command, I shouldn't need to first log into a real VCD instance.
One of the selling points of the local emulated environment is that it provides an alternative to a live environment for tighter feedback loops and general sandboxing of plugins without provider credentials
To Reproduce
Steps to reproduce the behavior:
Install the latest vcd-ext
Run vcd-ext new demo
Run 'vcd-ext serve`
See error
~/code/Demo$ vcd-ext serve
Error: Config file missing at /home/jmoroski/.vcd/config. Try logging in first.
Description
If I want to create a simple proof of concept plugin using
vcd-ext newand then test it in a local sandbox via thevcd-ext servecommand, I shouldn't need to first log into a real VCD instance.One of the selling points of the local emulated environment is that it provides an alternative to a live environment for tighter feedback loops and general sandboxing of plugins without provider credentials
To Reproduce
Steps to reproduce the behavior:
vcd-ext new demoExpected behavior
A running emulated environment