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.
monoceros remove-language <name> <lang> [--yes]<lang> is the language name (go, java, …); no version is needed, it
matches by name.
Examples
Section titled “Examples”monoceros remove-language acme gomonoceros remove-language acme javaBehavior
Section titled “Behavior”- 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 applyto rebuild without the toolchain.
See also
Section titled “See also”monoceros add-language- the inverse.- Languages - the catalog.