mix workspace.status (Workspace v0.3.1)
View SourceSimilar to git status but on a workspace level.
$ mix workspace.status
Command line options
Workspace status options
Status is retrieved from the diff between the given --base and --head. Knowing the
changed files we can limit the execution of workspace commands only to relevant projects.
--base(string) - The base git reference to compare the head to. Applied only when--affectedor--modifiedare set.--head(string) - A reference to the git head. Applied only if--baseis set for getting the changed files [default:"HEAD"]
Global workspace options
--config-path(string) - The path to the workspace config to be used, relative to the workspace path [default:".workspace.exs"]--workspace-path(string) - If set it specifies the root workspace path, defaults to current directory