session

package
v0.35.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 23, 2026 License: MIT Imports: 10 Imported by: 0

README

Session Management Commands

This package implements subcommands for managing active agent sessions. These commands are subcommands of hotplexd session.

Commands

  • session.go: Defines the session parent command.
  • list.go: Implements hotplexd session list, which lists all active sessions with their IDs, status, and last active time.
  • kill.go: Implements hotplexd session kill <session-id>, which terminates a specific session.
  • logs.go: Implements hotplexd session logs <session-id>, which displays session log information and can optionally stream the log content.

Integration

These commands interact with the daemon's Admin API via the shared DoAdminAPI utility in the parent package.

Documentation

Index

Constants

This section is empty.

Variables

View Source
var SessionCmd = &cobra.Command{
	Use:   "session",
	Short: "Session management commands",
}

SessionCmd is the parent command for session subcommands.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL