| 1 | = Project commands = |
| 2 | |
| 3 | == Enter project == |
| 4 | This has to be done before you can work within a project. |
| 5 | |
| 6 | ==== Usage: ```proj [project-name]``` ==== |
| 7 | If project name is omitted, change to the default project as set by ```selectproject```. |
| 8 | |
| 9 | |
| 10 | == Set default project == |
| 11 | This will set the default project used by ```proj```. Setting a default project will save you some typing if you are always switching to the same project. |
| 12 | |
| 13 | ==== Usage: ```select project <project-name> ``` ==== |
| 14 | |
| 15 | == List your projects == |
| 16 | List all projects you are registered with. It will also give your current quota and disk usage for the projects. |
| 17 | |
| 18 | ==== Usage: ```listproj``` ==== |
| 19 | |