Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Commands

matthewfl edited this page Mar 20, 2011 · 2 revisions

Login/Logout

Ctrl-L This should be self explanatory Note: that JSApp does not use cookies so reloading the page will cause one to be logged out

newuser

This will ask for your username and password Note: that password reset is not yet working so do not forget your password

new

Ctrl-N Will create a blank file Note: this is not registered with the server, so it can be used as a test scratch pad

save

Ctrl-S Save a file to the server If the file is all ready name, one is not required save [file name if different, or not all ready given\

open

Ctrl-O Open a file on the server open [file name] the list of files can be found using ls

list

alias: ls List the files that are save onto the server

delete

alias: rm This command is not yet implemented

move

alias: mv This command is not yet implemented

test

Ctrl-B Can be used to run an application in a test mode

deploy

This Command can take a while to run Note: the file must first be save to the server first create a new sub-domain then chose the domain from the dropdow and click deploy

files

List the files, allows for one to delete or rename any file as well as make it public so it can be imported by others using: require("username/filename")

##share

Makes the file public so that others can view it at a given link.

##sidebar

Toggles the showing of the sidebar, can be useful when learning the commands, as they can be clicked to be activated and all are listed.

Clone this wiki locally