TAU Commander Project commands:
Create a new project: tau init --project <new_project_name> or
tau project create <project_name>
To list projects in directory: tau project list
To select a specific project tau project select <project_name>
To copy a project: tau project copy <project_name> <new_project_name>
[optional – specify measurements, applications, and targets]
Command Line Usage
tau project <subcommand> [arguments]
| Positional Arguments | Description |
|---|---|
| subcommand | See ‘subcommands’ below. |
| [arguments] | Arguments to be passed to |
| Optional Arguments | Description |
|---|---|
| -h, –help | Show this help message and exit. |
| Subcommands | Description |
|---|---|
| copy | Copy and modify project configurations. |
| create | Create project configurations. |
| delete | Delete project configurations. |
| edit | Modify project configurations. |
| list | Show project configuration data. |
| select | Select a project. |
See tau project <subcommand> --help for more information on a subcommand.
Previous: TAU Commander Measurement
Manual Home TOC
Next: TAU Commander Project Copy