waft.warp_client.cli.warp_cli_macos module¶
WARP CLI Class file for macOS (constants and simplifying methods)
- class waft.warp_client.cli.warp_cli_macos.WarpCliMacOS(node: BaseNode)¶
Bases:
WarpCliBase
Class to simplify and standardize the interactions with WARP CLI for macOS
- registration_token(token: str, **kwargs) dict ¶
Run registration token cli command
- Parameters:
token – Token string to register
**kwargs – Additional keyword arguments for the run_command method
- Returns:
String output (or error if auto_raise set to False) from token registration