UNPKG

830 BMarkdownView Raw
1## BASH/ZSH Autocompletion
2
3KD has autocompletion feature for its modules. You can enable it writing the following command after install.
4
5 kd completion install|sh
6
7### Compiling Koding App
8
9When you are in KD App directory, you can use `compile` command to compile the application.
10
11 kd app compile
12
13This will compile your application files and generate an `index.js`
14
15### Syncing Koding App
16
17As you know, you have FTPS for your Koding. When you want to put a file into your Koding from your computer,
18you can connect to FTP.
19
20When you create an app in your computer you can sync it with your Koding host. You should install `lftp` first.
21
22 brew install lftp
23
24or
25
26 sudo apt-get install lftp
27
28And you will be able to use that command to sync your app.
29
30 cd yourapp.kdapp
31 kd app sync
32
33This will update your app.
\No newline at end of file