cli

command
v2.0.0-alpha.5 Latest Latest
Warning

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

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

Documentation

Overview

Package main provides the command-line interface (CLI) for the InnerStack system. InnerStack 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:

innerstack [command] [flags]

Examples:

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

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

# Build a package
innerstack 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