add help topics for jujud tools
Bug #1186969 reported by
Andreas Hasenack
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-core |
Fix Released
|
High
|
Andrew Wilkins |
Bug Description
Given that it's hard to get the --help output from the juju tools themselves (see https:/
So, instead of calling (the now basically impossible):
relation-get --help
you would call, on your own machine or wherever the juju-core package is installed:
juju help relation-get
This would use the built in help topics (see 'juju help topics')
Related branches
lp://staging/~axwalk/juju-core/lp1186969-add-jujud-tools-help
- Juju Engineering: Pending requested
-
Diff: 202 lines (+171/-0)4 files modifiedcmd/juju/helptool.go (+104/-0)
cmd/juju/helptool_test.go (+63/-0)
cmd/juju/main.go (+3/-0)
cmd/juju/main_test.go (+1/-0)
Changed in juju-core: | |
assignee: | nobody → Andrew Wilkins (axwalk) |
Changed in juju-core: | |
milestone: | none → dev-docs |
status: | Triaged → In Progress |
Changed in juju-core: | |
milestone: | dev-docs → none |
Changed in juju-core: | |
status: | In Progress → Fix Committed |
Changed in juju-core: | |
milestone: | none → 1.14.0 |
status: | Fix Committed → Fix Released |
tags: | added: landscape |
To post a comment you must log in.
This mitigates the current lack of debug-hooks and/or juju-run and has a lot of value relative to its cost.