cloudos_cli.interactive_session.cli

CLI commands for Lifebit Platform interactive session management.

Functions

validate_file_explorer_folder(cloudos_url, ...)

Validate that a File Explorer folder exists and can be linked.

cloudos_cli.interactive_session.cli.validate_file_explorer_folder(cloudos_url, apikey, workspace_id, folder_project, folder_path, link_path, verify_ssl)[source]

Validate that a File Explorer folder exists and can be linked.

Parameters:
  • cloudos_url (str) – The CloudOS API URL

  • apikey (str) – API key for authentication

  • workspace_id (str) – Workspace ID

  • folder_project (str) – Project name containing the folder

  • folder_path (str) – Path to the folder within the project

  • link_path (str) – Original link path (for error messages)

  • verify_ssl (bool) – SSL verification setting

Raises:

ValueError – If folder doesn’t exist, is virtual, is empty, or project not found