The companion command-line tool for Java, Spring Boot, and Arconia projects.
- Dev mode. Run your application with features improving your development experience.
- Build & test. Compile, test, and package as JVM JARs or GraalVM native executables.
- Container images. Build images using Cloud Native Buildpacks or Dockerfiles with Podman/Docker.
- Automated upgrades. Upgrade Spring Boot, Spring AI, Arconia, Gradle, and Maven with a single command.
- OpenRewrite recipes. Run any OpenRewrite recipe to migrate or refactor your codebase.
- Project templates. Create new projects from templates distributed as OCI artifacts.
- Agent skills. Install and manage AI agent skills for your applications.
Install (macOS / Linux)
brew install arconia-io/tap/arconia-cliInstall (Windows)
scoop bucket add arconia https://github.com/arconia-io/scoop-bucket.git
scoop install arconia-cliExplore
arconia helpTry it out (from a Spring Boot project directory)
arconia dev # Run in dev mode with Dev Services
arconia build # Build the application
arconia image build buildpacks # Build a container image
arconia update spring-boot --to-version=4.0 # Upgrade Spring Boot to 4.0See the installation guide for more options, including manual installation and binary downloads.
Note
The Arconia CLI is currently in active development. We're working hard to improve it and appreciate your patience as we refine the tool. Feel free to try it out and share your feedback!
The Arconia CLI documentation covers all available commands, options, and workflows in detail.
Contributions are welcome! Please read the Contributing Guide and the Code of Conduct before getting started.
The security process for reporting vulnerabilities is described in SECURITY.md.
This project is licensed under the Apache License 2.0. See LICENSE for more information.
