orca_gateway_cli 0.1.0 copy "orca_gateway_cli: ^0.1.0" to clipboard
orca_gateway_cli: ^0.1.0 copied to clipboard

Command-line tool for Orca Gateway projects — manages plugins, patches native config, and scaffolds new servers.

orca_gateway_cli #

Command-line companion for Orca Gateway — manages plugins, patches native config (AndroidManifest, Info.plist, Gradle, Podfile), and scaffolds new server-driven UI projects.

Install #

dart pub global activate orca_gateway_cli

Make sure ~/.pub-cache/bin is on your PATH. The installed executable is orca.

Usage #

orca plugin add <name>         # add an Orca plugin to the current project
orca plugin remove <name>      # remove a plugin
orca plugin create <name>      # scaffold a new plugin package
orca plugin generate           # regenerate plugin glue code
orca plugin doctor             # validate plugin + native config wiring
orca plugin build              # build native plugin artifacts

Run orca --help or orca plugin <command> --help for the full flag surface.

License #

BUSL-1.1 — see LICENSE.

1
likes
0
points
20
downloads

Publisher

verified publisherorcagateway.com

Weekly Downloads

Command-line tool for Orca Gateway projects — manages plugins, patches native config, and scaffolds new servers.

Homepage
Repository (GitHub)
View/report issues

Topics

#cli #sdui #server-driven-ui #flutter #tooling

License

unknown (license)

Dependencies

args, path, xml, yaml

More

Packages that depend on orca_gateway_cli