Changes between Version 2 and Version 3 of ProjectCommands
- Timestamp:
- Dec 4, 2013, 4:16:10 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectCommands
v2 v3 4 4 This has to be done before you can work within a project. 5 5 6 ==== Usage: ```proj [ project-name]``` ====6 ==== Usage: ```proj [-c] [project-name]``` ==== 7 7 If project name is omitted, change to the default project as set by ```selectproject```. 8 8 … … 16 16 List all projects you are registered with. It will also give your current quota and disk usage for the projects. 17 17 18 ==== Usage: ```listproj ``` ====18 ==== Usage: ```listproj [-q]``` ==== 19 19 20 If ```-q``` is given, it will only list projects that are using 90% or more of the allocated disk space. 21 22 23