mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-17 23:03:49 +01:00
Add a new CLI application (`cmd/cli/`) that generates command-line interface commands from the API swagger specification. Includes: - Main CLI entry point with command parsing and execution - Code generator that reads swagger.json and generates typed command handlers - Makefile targets (`gen-cli`, `build-cli`) for generating and building the CLI - GitHub Actions workflow to build cross-platform CLI binaries (linux/amd64, linux/arm64)
46 lines
438 B
Plaintext
Executable File
46 lines
438 B
Plaintext
Executable File
compose.yml
|
|
*.compose.yml
|
|
|
|
config
|
|
certs
|
|
config*/
|
|
!schemas/**
|
|
certs*/
|
|
bin/
|
|
error_pages/
|
|
!examples/error_pages/
|
|
profiles/
|
|
data/
|
|
debug/
|
|
|
|
logs/
|
|
|
|
.vscode/settings.json
|
|
|
|
!cmd/**/
|
|
!internal/**/
|
|
|
|
todo.md
|
|
|
|
.*.swp
|
|
mtrace.json
|
|
.env
|
|
*.env
|
|
.cursor/
|
|
test.Dockerfile
|
|
|
|
!agent.compose.yml
|
|
!agent/pkg/**
|
|
dev-data/
|
|
|
|
RELEASE_NOTES.md
|
|
CLAUDE.md
|
|
.kilocode/**
|
|
|
|
!.trunk/configs
|
|
|
|
# minified files
|
|
**/*-min.*
|
|
|
|
# generated CLI commands
|
|
cmd/cli/generated_commands.go |