Skip to content

monoceros remove-from-url

Removes an install-script URL from a workbench’s config. It stops running on builds after the next monoceros apply. The inverse of monoceros add-from-url.

Terminal window
monoceros remove-from-url <name> <url> [--yes]
Terminal window
monoceros remove-from-url acme https://example.com/install.sh
  • Idempotent. Removing a URL 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 script.