cli

command
v2.0.0-alpha.2 Latest Latest
Warning

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

Go to latest
Published: May 11, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package main provides the command-line interface (CLI) for the Instack system. Instack is a distributed application management tool that enables users to manage zones, hosts, applications, and packages through a unified command-line interface.

The CLI is built using the Cobra library and provides the following command groups:

  • Zone Management: zone-init, zone-info
  • Host Management: host-join, host-list
  • Application Management: app-list, app-info, app-deploy, app-delete
  • Package Management: pkg-build, pkg-push, pkg-list, pkg-info, pkg-del

Usage:

instack [command] [flags]

Examples:

# Initialize a new zone
instack zone-init --name myzone

# List all applications in a zone
instack app-list --zone-addr 127.0.0.1:9533

# Build a package
instack pkg-build --spec /path/to/ipk.toml

Jump to

Keyboard shortcuts

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