View Source mix fireside.install (fireside v0.1.3)
Installs a Fireside component. This task runs Fireside.install/3
.
Usage
mix fireside.install component@...
Supported formats
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
--unlocked
- the component will be installed without being tracked by Fireside.--yes
- auto-accept all prompts