View Source mix fireside.update (fireside v0.1.1)
Updates a Fireside component. This task runs Fireside.update/3
.
Usage
mix fireside.update component@...
Supported formats
component
- The component's source will be fetched from the local component config (inconfig/fireside.exs
).component@path:/path/to/component
component@git:{git_uri}
component@git:{git_uri}@ref:{ref}
component@git:{git_uri}@branch:{ref}
component@git:{git_uri}@tag:{ref}
component@github:{org}/{repo_name}
component@github:{org}/{repo_name}@ref:{ref}
component@github:{org}/{repo_name}@branch:{branch}
component@github:{org}/{repo_name}@tag:{tag}
Options
--yes
- auto-accept all prompts