-
Notifications
You must be signed in to change notification settings - Fork 0
/
cobrainit.sh
51 lines (48 loc) · 1.3 KB
/
cobrainit.sh
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
42
43
44
45
46
47
48
49
50
#!/bin/bash
# list of commands user to build the framework for the app
#
# as each command is edited, comment it out here so it is not overwritten
# this list should simply serve as history
# cobra-cli init
# cobra-cli add add
# cobra-cli add addHost -p addCmd
# cobra-cli add clean
# cobra-cli add command
# cobra-cli add copy
# cobra-cli add delete
# cobra-cli add deleteHost -p deleteCmd
# cobra-cli add disable
# cobra-cli add enable
# cobra-cli add home
# cobra-cli add import
# cobra-cli add init
# cobra-cli add install
# cobra-cli add logs
# cobra-cli add ls
# cobra-cli add lsHost -p lsCmd
# cobra-cli add migrate
# cobra-cli add move
# cobra-cli add ps
# cobra-cli add rebuild
# cobra-cli add reload
# cobra-cli add restart
# cobra-cli add revert
# cobra-cli add set
# cobra-cli add setUser -p setCmd
# cobra-cli add setGlobal -p setCmd
# cobra-cli add show
# cobra-cli add showUser -p showCmd
# cobra-cli add showGlobal -p showCmd
# cobra-cli add start
# cobra-cli add stop
# cobra-cli add tls
# cobra-cli add tlsInit -p tlsCmd
# cobra-cli add tlsImport -p tlsCmd
# cobra-cli add tlsLs -p tlsCmd
# cobra-cli add tlsNew -p tlsCmd
# cobra-cli add tlsRenew -p tlsCmd
# cobra-cli add tlsSync -p tlsCmd
# cobra-cli add unset
# cobra-cli add unsetUser -p unsetCmd
# cobra-cli add unsetGlobal -p unsetCmd
# cobra-cli add update