Skip to content

monoceros remove-language

Removes a language toolchain from a workbench’s config. It is dropped from the container on the next monoceros apply. The inverse of monoceros add-language.

Terminal window
monoceros remove-language <name> <lang> [--yes]

<lang> is the language name (go, java, …); no version is needed, it matches by name.

Terminal window
monoceros remove-language acme go
monoceros remove-language acme java
  • Idempotent. Removing a language that is not in the config is a no-op.
  • No confirmation prompt. The edit is written straight to the yml as soon as you run the command.
  • Edits the yml only. Run monoceros apply to rebuild without the toolchain.