Skip to content

Commit

Permalink
Update external docs
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt authored and jelly committed Oct 3, 2024
1 parent e0c989d commit 49efcee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/source/HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ The Python bridge can be used interactively on a local machine:
To make it easy to test out channels without having to write out messages
manually, `cockpit.misc.print` can be used:

PYTHONPATH=src python3 -m cockpit.misc.print open fslist1 path=/etc watch=False | PYTHONPATH=src python3 -m cockpit.bridge
PYTHONPATH=src python3 -m cockpit.misc.print open fsinfo path=/etc 'attrs=["type", "entries"]' | PYTHONPATH=src python3 -m cockpit.bridge

These shell aliases might be useful when experimenting with the protocol:

Expand Down

0 comments on commit 49efcee

Please sign in to comment.