Skip to content

Commit

Permalink
feat(cli)!: Change the name of the ORT Server CLI executable
Browse files Browse the repository at this point in the history
The new name is `osc` which was decided in a public vote, see [1].

[1]: #1794

Signed-off-by: Marcel Bochtler <[email protected]>
  • Loading branch information
MarcelBochtler authored and mnonnenmacher committed Jan 21, 2025
1 parent 3fc4d87 commit 23514f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tasks.withType<JibTask> {
}

application {
applicationName = "ort-server"
applicationName = "osc"
mainClass = "org.eclipse.apoapsis.ortserver.cli.OrtServerMainKt"
}

Expand Down
2 changes: 1 addition & 1 deletion cli/src/main/kotlin/OrtServerMain.kt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import org.eclipse.apoapsis.ortserver.client.OrtServerClient
import org.eclipse.apoapsis.ortserver.client.OrtServerClientConfig
import org.eclipse.apoapsis.ortserver.model.ORT_SERVER_VERSION

const val COMMAND_NAME = "ort-server"
const val COMMAND_NAME = "osc"

suspend fun main(args: Array<String>) {
OrtServerMain().main(args)
Expand Down

0 comments on commit 23514f7

Please sign in to comment.