We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ jhack utils show-relation --help Usage: jhack utils show-relation [OPTIONS] [ENDPOINT1] [ENDPOINT2] Displays the databags of two applications or units involved in a relation. Examples: $ jhack utils show-relation my_app/0:relation_name other_app/2:other_name $ jhack utils show-relation my_app:relation_name other_app/2:other_name $ jhack utils show-relation my_app:relation_name other_app:other_name
The examples are all smushed together making them hard to read. This happens both on latest/stable (0.3.29) as in latest/edge (0.4.0.8).
latest/stable
latest/edge
The text was updated successfully, but these errors were encountered:
Ah yeah, I've been meaning to fix those. Thanks!
Sorry, something went wrong.
seems to be on fastapi/typer#671 hopefully a release will fix that soon.
in the meanwhile I figured out a simple workaround for show-relation. It now shows:
@facundofc should be fixed on edge
It is! Great, thanks!
No branches or pull requests
The examples are all smushed together making them hard to read. This happens both on
latest/stable
(0.3.29) as inlatest/edge
(0.4.0.8).The text was updated successfully, but these errors were encountered: