snippetbashTip
cs — Application and artifact manager for the Scala language. Installs Scala applications and sets up a S
Viewed 0 times
commandandartifactcscliformanagerapplication
Problem
How to use the
cs command: Application and artifact manager for the Scala language. Installs Scala applications and sets up a Scala development environment. Some subcommands such as install, launch, java, fetch, resolve, complete-dep, etc. have their own usage documentation. More information: <https://get-coursier.io/docs/overview>.Solution
cs — Application and artifact manager for the Scala language. Installs Scala applications and sets up a Scala development environment. Some subcommands such as install, launch, java, fetch, resolve, complete-dep, etc. have their own usage documentation. More information: <https://get-coursier.io/docs/overview>.List installed applications:
cs listInstall a specific application:
cs install {{application_name}}Uninstall a specific application:
cs uninstall {{application_name}}Setup machine for the Scala development:
cs setupUpdate all the installed applications:
cs updateDisplay version:
cs versionCode Snippets
List installed applications
cs listInstall a specific application
cs install {{application_name}}Uninstall a specific application
cs uninstall {{application_name}}Setup machine for the Scala development
cs setupUpdate all the installed applications
cs updateContext
tldr-pages: common/cs
Revisions (0)
No revisions yet.