Labs/Bespin/Tips: Difference between revisions

no edit summary
m (typo)
No edit summary
Line 29: Line 29:
Remember the pico vs. vi wars? Ctrl-K to nuke the line away.
Remember the pico vs. vi wars? Ctrl-K to nuke the line away.


== Useful Commands ==
== Useful Commands ==


==== Work with projects ====
==== Work with projects ====


As of 0.1.2 "Narky Nimbus", you can run some new commands such as:
{| cellspacing="1" cellpadding="1" border="1" style="width: 679px; height: 256px;"
|-
! scope="col" | Command<br>
! scope="col" | Description<br>
! scope="col" | Parameters<br>
|-
| create<br>
| create a new project<br>
| [projectname]<br>
|-
| delete<br>
| delete a project<br>
| [projectname]<br>
|-
| export<br>
| export the given project with an archivetype of zip or tgz<br>
| [project] [archivetype]<br>
|-
| help<br>
| show subcommands for project command<br>
| [search]<br>
|-
| import<br>
| 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).<br>
| [url] [project]<br>
|-
| list<br>
| show projects<br>
| <br>
|-
| rename<br>
| rename a project<br>
| [currentProject] [newProject] <br>
|-
| show<br>
| show the current project<br>
| <br>
|}


* createproject projectName
<br>
* deleteproject projectName
* renameproject currentName newName
* mkdir path projectname


== How to configure ==
== How to configure ==
7

edits