Skip to content

Tags: Pixie-sh/pixie-cli

Tags

v0.0.7

Toggle v0.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature/db shell (#4)

* added db shell
* improved print

v0.0.6

Toggle v0.0.6's commit message
added symlink on install

v0.0.5

Toggle v0.0.5's commit message

Unverified

This user has not yet uploaded their public signing key.
lint

v0.0.4

Toggle v0.0.4's commit message
lint fixed

v0.0.3

Toggle v0.0.3's commit message
added google sign in to ms_authentication templates

v0.0.2

Toggle v0.0.2's commit message
expose generate Cmd group

v0.0.1

Toggle v0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bootstrap cli (#1)

* go mod

* core cli drafted

* 001 bootstrap cli GitHub (#2)

* added makefile and github actions

* (pixie-cli): improved cli cmds

* (pixie-cli): added cli generation along with the backend project

* bootstrap angular

* update .gitignore to include CLAUDE-related files

* (pixie-cli): add OpenAPI endpoint extraction and specification generator

- Implement `extract-endpoints` CLI command for extracting HTTP endpoints from microservice controllers using AST parsing.
- Add generator for constructing OpenAPI 3.0 specifications from extracted endpoints.