Labs/Bespin/Commands/Project
Jump to navigation
Jump to search
The 'project' command is used to administrate your projects.
Available Commands:
| Command |
Description |
Parameters |
|---|---|---|
| create |
create a new project |
[projectname] |
| delete |
delete a project |
[projectname] |
| export |
export the given project with an archivetype of zip or tgz |
[project] [archivetype] |
| help |
show subcommands for project command |
[search] |
| import |
If a URL is given, import that URL (e.g. project import http://foo.com/bar.zip MyProject). If only a project is given, then a file upload dialog will ask to upload a local file (e.g. project import MyProject). |
[url] [project] |
| list |
show projects |
|
| rename |
rename a project |
[currentProject] [newProject] |
| show |
show the current project |