cli

package
v2.5.0 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2026 License: BSD-3-Clause Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var HealthCmd = &cobra.Command{
	Use:   "health",
	Short: "Check API health",
	RunE: func(cmd *cobra.Command, args []string) error {
		cfg := config.Load()
		timeout := healthTimeout
		if timeout <= 0 {
			timeout = defaultHealthTimeout
		}

		if err := runHealthCommandInternal(cmd.Context(), cfg, timeout); err != nil {
			return err
		}

		return nil
	},
}

Functions

func Execute

func Execute()

Types

This section is empty.

Directories

Path Synopsis
Package upgrade provides the Arcane CLI command that upgrades a running Arcane container by recreating it with a newer image.
Package upgrade provides the Arcane CLI command that upgrades a running Arcane container by recreating it with a newer image.

Jump to

Keyboard shortcuts

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