mix fireside.install (fireside v0.2.0)
View SourceInstalls 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--no-hash
- skip adding hash to files and .fireside.exs