Index
cli
¶
derive_client CLI package.
Classes¶
Functions¶
cli
¶
cli(
ctx,
session_key_path: Path | None,
env_file: Path | None,
)
Derive client command line interface.
Source code in derive_client/cli/__init__.py
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | |
tree
¶
tree(verbose: bool)
Print the command tree structure.
Source code in derive_client/cli/__init__.py
58 59 60 61 62 | |