"mojo bundle-show" doesn't show the bundle
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mojo: Continuous Delivery for Juju |
Confirmed
|
Medium
|
Unassigned |
Bug Description
While trying to convert a spec to use bundles, I ran:
$ mojo bundle-show --options config=bundle.yaml local=deploy-
2020-04-17 17:40:05 [INFO] Using pre-existing container class containerless
2020-04-17 17:40:05 [INFO] Cloning repository at /home/cjwatson/
2020-04-17 17:40:08 [INFO] Repository /home/cjwatson/
2020-04-17 17:40:08 [INFO] Updating submodules in repository /home/cjwatson/
2020-04-17 17:40:09 [INFO] Showing deployment configuration.
It doesn't actually show the bundle. This doesn't seem very useful - I see that DeployerPhase.show (which worked last time I tried it) uses print() while BundlePhase.show uses logging.
Changed in mojo: | |
status: | New → Confirmed |
importance: | Undecided → Medium |