Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ brews:
token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
homepage: "https://github.com/qubernetic/copia-cli"
description: "CLI for Copia — source control for industrial automation"
license: "MIT"
license: "AGPL-3.0"
install: |
bin.install "copia-cli"
test: |
Expand All @@ -79,7 +79,7 @@ nfpms:
homepage: "https://github.com/qubernetic/copia-cli"
maintainer: "Qubernetic <hello@qubernetic.io>"
description: "CLI for Copia — source control for industrial automation"
license: MIT
license: AGPL-3.0
formats:
- deb
- rpm
Expand Down
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co

Copia CLI is a command-line interface for [Copia](https://copia.io) — the source control platform for industrial automation. Modeled after GitHub CLI (`gh`), built on the Gitea-compatible REST API. Phase 1 (MVP) and Phase 2 (Workflow) are complete with 30+ subcommands across 7 command groups.

**Owner:** Qubernetic (MIT)
**Owner:** Qubernetic (AGPL-3.0 + Commercial)

## Development Environment

Expand Down
Loading
Loading