cli

command module
v0.0.0-...-4ac7e3e Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2026 License: BSD-3-Clause Imports: 1 Imported by: 0

README

Arcane Logo

The Official Command Line Client

Go Reference Go Report Card License


Install

This module lives inside the main Arcane repo. To build the CLI locally:

  • go install go.getarcane.app/cli@latest

Configure

The CLI stores config in ~/.config/arcanecli.yml.

Set the Arcane server URL:

  • arcane config set --server-url http://localhost:3552

Authenticate (choose one)

Option A: JWT login
  • arcane auth login
Option B: API key
  • arcane config set --api-key arc_xxxxxxxxxxxxx

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
client
Package client provides an HTTP client for communicating with the Arcane API.
Package client provides an HTTP client for communicating with the Arcane API.
config
Package config handles CLI configuration loading and persistence.
Package config handles CLI configuration loading and persistence.
logger
Package logger provides logging configuration and access for the CLI.
Package logger provides logging configuration and access for the CLI.
output
Package output provides formatted terminal output utilities for the CLI.
Package output provides formatted terminal output utilities for the CLI.
pkg
Package cli provides the root command and entry point for the Arcane CLI.
Package cli provides the root command and entry point for the Arcane CLI.
images
Package images provides CLI commands for managing Docker images on Arcane servers.
Package images provides CLI commands for managing Docker images on Arcane servers.

Jump to

Keyboard shortcuts

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