# arconia-cli **Repository Path**: jaypro/arconia-cli ## Basic Information - **Project Name**: arconia-cli - **Description**: https://github.com/arconia-io/arconia-cli/releases/download/v0.15.0/arconia-cli-0.15.0-windows-amd64.zip - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-06-05 - **Last Updated**: 2026-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
The companion command-line tool for Java, Spring Boot, and Arconia projects.
--- ## ✨ Features - **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. ## ⚡ Quick Start **Install (macOS / Linux)** ```shell brew install arconia-io/tap/arconia-cli ``` **Install (Windows)** ```shell scoop bucket add arconia https://github.com/arconia-io/scoop-bucket.git scoop install arconia-cli ``` **Explore** ```shell arconia help ``` **Try it out** (from a Spring Boot project directory) ```shell 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.0 ``` See the [installation guide](https://arconia.io/arconia-cli/latest/installation.html) 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! ## 📙 Documentation The [Arconia CLI documentation](https://arconia.io) covers all available commands, options, and workflows in detail. ## 🤝 Contributing Contributions are welcome! Please read the [Contributing Guide](CONTRIBUTING.md) and the [Code of Conduct](CODE_OF_CONDUCT.md) before getting started. ## 🛡️ Security The security process for reporting vulnerabilities is described in [SECURITY.md](SECURITY.md). ## 🖊️ License This project is licensed under the **Apache License 2.0**. See [LICENSE](LICENSE) for more information.