An open API service indexing awesome lists of open source software.

https://github.com/arconia-io/arconia-cli

Arconia CLI is a powerful tool designed to streamline and enhance the developer experience when working with Java and Spring Boot applications.
https://github.com/arconia-io/arconia-cli

buildpacks cloud-native developer-experience gradle java maven openrewrite spring-boot

Last synced: 1 day ago
JSON representation

Arconia CLI is a powerful tool designed to streamline and enhance the developer experience when working with Java and Spring Boot applications.

Awesome Lists containing this project

README

          


Arconia

Arconia CLI


The companion command-line tool for Java, Spring Boot, and Arconia projects.


Build
SLSA Level 3
Quality Gate Status
Apache 2.0 License
Follow us on Bluesky

---

## ✨  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.