| Package | Description | 
|---|---|
| org.springframework.boot.cli | Main entry point of the Spring Boot CLI. | 
| org.springframework.boot.cli.app | Support classes for CLI applications. | 
| org.springframework.boot.cli.archive | Class that are packaged as part of CLI generated JARs. | 
| org.springframework.boot.cli.command | Command infrastructure for the CLI. | 
| org.springframework.boot.cli.command.archive | CLI commands for creating jars and wars. | 
| org.springframework.boot.cli.command.core | Core CLI commands. | 
| org.springframework.boot.cli.command.encodepassword | CLI command for password encoding. | 
| org.springframework.boot.cli.command.grab | CLI command for grabbing dependencies. | 
| org.springframework.boot.cli.command.init | CLI command for initializing a new application using Spring Initializr. | 
| org.springframework.boot.cli.command.install | CLI commands for installing and uninstalling CLI dependencies. | 
| org.springframework.boot.cli.command.options | Support classes for handling command line options. | 
| org.springframework.boot.cli.command.run | Classes for running CLI applications. | 
| org.springframework.boot.cli.command.shell | Classes for running a nested shell in the CLI. | 
| org.springframework.boot.cli.command.status | CLI command status. | 
| org.springframework.boot.cli.compiler | CLI Groovy compiler integration. | 
| org.springframework.boot.cli.compiler.autoconfigure | Classes for auto-configuring the Groovy compiler. | 
| org.springframework.boot.cli.compiler.dependencies | Classes for dependencies used during compilation. | 
| org.springframework.boot.cli.compiler.grape | CLI Groovy Grape integration. | 
| org.springframework.boot.cli.compiler.maven | CLI Maven integration. | 
| org.springframework.boot.cli.util | Utility classes for the CLI. | 
| org.springframework.boot.groovy | Groovy util classes that are "shared" between the CLI and user applications. | 
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.