-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interact with existing project from outside project-tree (feature request) #387
Comments
We may want to implement selecting a project directory as a global flag by extending the existing storage-level flag, which is done by passing an argument taucmdr/packages/taucmdr/cli/arguments.py Lines 632 to 653 in e14f62d
We could possibly extend it to allow a path in addition to a storage level name. We may want to also add support for it to some other commands; it is not supported by |
I like this idea a lot. |
The storage level commands are all effectively broken/useless because there's no way to access measurements, applications and targets in e.g., user or system level storage. Even when |
It would be nice if there were a way to run experiments outside of the project-tree. Perhaps more generally to be able to interact with an existing taucmdr project from outside the project directory via a CLI opt.
Maybe like
tau --tau-dir=<PROJECT_DIR> dash
would invoke the dashboard routine in the context of<PROJECT_DIR>
For instance, if my
tau init
'd project directory is$PROJECT_DIR
and I want to run a trial from outside-the-project directory, it looks like an attempt was made at one point to make this possible:However,
--tau-dir
doesn't seem to work:@zbeekman
The text was updated successfully, but these errors were encountered: