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.
monoceros remove-from-url <name> <url> [--yes]Examples
Section titled “Examples”monoceros remove-from-url acme https://example.com/install.shBehavior
Section titled “Behavior”- 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 applyto rebuild without the script.
See also
Section titled “See also”monoceros add-from-url- the inverse.