Labs/Bespin/UserGuide: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Line 285: Line 285:
==Commands==
==Commands==


===Global Commands===
=== Global Commands ===


; alias [<font style="color:#88F;">command</font>] : Create an alias between a word and a command. For example:
;alias [<font style="color: rgb(136, 136, 255);">command</font>]&nbsp;
:Create an alias between a word and a command. For example:


   alias close closefile
   alias close closefile


This creates an alias that closes without saving the file you are currently working.
This creates an alias that closes without saving the file you are currently working.  


; set [<font style="color:#88F;">variable</font>] [<font style="color:#88F;">value</font>] : This sets values to variables in the configuration. If parameter is not passed a list with the available variables will be displayed. See [[#Settings|settings]]. For example:
;set [<font style="color: rgb(136, 136, 255);">variable</font>] [<font style="color: rgb(136, 136, 255);">value</font>]&nbsp;
:This sets values to variables in the configuration. If parameter is not passed a list with the available variables will be displayed. See [[#Settings|settings]]. For example:


   set theme white
   set theme white


; projects : Show a list with your projects.
;project
:Various commands to manage projects.


; help : Displays a list with the available commands.
{| 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 [<font style="color:#88F;">projectname</font>] : Create a new project with the desired name.
<br>
 
; export [<font style="color:#88F;">projectname</font>] [<font style="color:#88F;">archivetype</font>] : See [[#Projects|Projects]]
 
; import [<font style="color:#88F;">url</font>] [<font style="color:#88F;">projectname</font>] : See [[#Projects|Projects]]


===Dashboard Specific Commands===
===Dashboard Specific Commands===
7

edits

Navigation menu