You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hpecp/cli/httpclient.py
+6-1
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,12 @@ def get(
45
45
Examples
46
46
--------
47
47
$ hpecp httpclient get /api/v1/workers
48
-
"""
48
+
> some output
49
+
50
+
$ hpecp httpclient get /api/v2/tag | python3 -c \
51
+
'import json,sys;obj=json.load(sys.stdin);[ print(t["_links"]["self"]["href"]) for t in obj["_embedded"]["tags"] if t["label"]["name"] == "Datafabric"]'
0 commit comments