Skip to content

v0.1.0 - Initial Release

Choose a tag to compare

@howethomas howethomas released this 24 Jan 03:36
· 4 commits to main since this release

conserver-cli v0.1.0

Initial release of the conserver CLI tool for managing vcon-server Docker containers.

Features

  • Container Management

    • conserver start - Start containers with optional build and health wait
    • conserver stop - Stop containers with optional removal
    • conserver restart - Restart containers
    • conserver status - Show container status (table/JSON/YAML output)
    • conserver upgrade - Pull latest images and restart
    • conserver logs - View and filter container logs
  • Configuration Management

    • conserver config show - Display current configuration
    • conserver config edit - Open config in editor
    • conserver config set - Set configuration values
    • conserver config validate - Validate configuration files
    • conserver config init - Initialize from examples
  • Health Monitoring

    • conserver health - Check service health (API, Redis, containers)

Installation

# Using pipx (recommended)
pipx install conserver-cli

# Using pip
pip install conserver-cli

# Using Homebrew (coming soon)
brew tap vcon-dev/tap
brew install conserver

Requirements

  • Python 3.10+
  • Docker with Docker Compose
  • vcon-server installation