molecule icon indicating copy to clipboard operation
molecule copied to clipboard

molecule login should auto call create if needed

Open ssbarnea opened this issue 4 years ago • 0 comments

If instances are not created, executing molecule login should also run create instead of giving the error below:

$ molecule login                                                                                                                                                                        [11:54:43]
--> Validating schema /.../molecule/default/molecule.yml.
Validation completed successfully.
ERROR: Instances not created.  Please create instances first.
FAIL: 1

This should improve the user experience, making very easy to step-inside an instance.

ssbarnea avatar Dec 10 '19 11:12 ssbarnea