-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcli_map
More file actions
41 lines (34 loc) · 727 Bytes
/
cli_map
File metadata and controls
41 lines (34 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# VM commands
* startvm
* stopvm (like "virsh shutdown <domain>)
** --force (like "virsh destroy <domain>)
* console
* destroy
* ip
* ssh
* up
* status
* pfwd - apply new portfwarding rules for VM
# Local commands
* login
* logout
# Remote commands
* rhistory
** --list | -l
** --details | -d job_id
* rjob
** --list | -l
** --details | -d job_name (TODO: create view)
** --trigger | -t job_name (TODO: not implemented yet)
** --config | -c job_name
* rguest
** --list | -l
** --details | -d guest_name
* rtrigger
# Admin commands
* dbmigrate
* setup
# Developer commands
* init - create a new KankuFile
* startui - start local webui in developer mode
* stopui - stop local webui in developer mode