cli/

directory
v0.0.0-...-e5e31b7 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2025 License: MIT

README

SkyCLI

Terminal interface and command-line tools for Bluesky and SkyPanel server management.

Features

  • View status
  • Basic CLI structure

See ROADMAP for planned features.

Installation

From Source
cd cli
task build
./tmp/skycli --help

Usage

# View status
skycli status

# See all commands
skycli --help

See ROADMAP for planned commands and features.

Development

Prerequisites
  • Go 1.24+
Setup
cd cli

# Install dependencies
go mod download

# Run development version
go run main.go --help

# Build for testing
task build

# Run tests
task test
Project Structure
cli/
├── cmd/                    # Command implementations
├── internal/               # Internal packages
│   ├── config/             # Configuration
│   └── client/             # API client
├── main.go                 # Entry point
├── Taskfile.yaml           # Task runner config
└── README.md               # This file

References

Directories

Path Synopsis
internal
ui

Jump to

Keyboard shortcuts

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