# frozen_string_literal: true module NeetoDeploy class CLI module Exec module Constants NEETO_DEPLOY_CLI_API_CONSOLE_SESSION_BASE_URL = "#{NEETO_DEPLOY_CLI_API_BASE_URL}/console_sessions".freeze def console_session_base_url NEETO_DEPLOY_CLI_API_CONSOLE_SESSION_BASE_URL end end end end end