Skip to content

spring-projects/spring-cli

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
November 17, 2023 09:06
January 18, 2023 08:36
November 17, 2023 09:16
November 10, 2023 08:21
src
November 10, 2023 08:23
May 12, 2022 09:31
November 8, 2023 13:58
November 9, 2022 07:29
November 9, 2022 07:29

A CLI focused on developer productivity

Build

Note
Use JDK17

Normal build without native:

./gradlew clean build

Which you can then run with:

java -jar build/libs/spring-cli-0.0.1-SNAPSHOT.jar

For native build:

./gradlew clean build nativeCompile
Note
You need to have GRAALVM_HOME pointing to your graal installation

Which you can then run with:

build/native/nativeCompile/spring
Tip
There is a CI workflow which builds native binaries for linux, macos and windows. Published artifacts in CI workflow will get removed daily so take it from a latest run which is scheduled nightly.

Building Documentation

./gradlew antora

Output is in ./docs/build/site/index.html

For more information on the build see README in the docs-build branch.

Shell Completion

Shell completion for bash can be generated with completion bash command:

$ source <(spring completion bash)

About

A CLI focused on developer productivity

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages