pyslk.list_clone_file_raw

pyslk.list_clone_file_raw#

pyslk.list_clone_file_raw(resource_path: str | Path, return_type: int = 0) str | int | CompletedProcess#

List file information

Parameters:
  • resource_path (str or Path) – namespace or resource

  • return_type (int) – select between 0 (== str output), 1 (== exit code), 2 (subprocess output)

Returns:

stdout of the slk_helpers call

Return type:

Union[str, int, subprocess.CompletedProcess]