File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,8 @@ Changes to the kotsadm web component are reflected in real-time, no manual steps
90
90
1. To apply your current changes, run the following commands:
91
91
` ` ` bash
92
92
make kotsadm-up
93
+ ` ` `
94
+ ` ` ` bash
93
95
make build run
94
96
` ` `
95
97
@@ -99,6 +101,9 @@ Changes to the kotsadm web component are reflected in real-time, no manual steps
99
101
` ` `
100
102
101
103
1. When finished developing, run the following command to revert back to the original state:
104
+ ` ` ` bash
105
+ exit
106
+ ` ` `
102
107
` ` ` bash
103
108
make kotsadm-down
104
109
` ` `
@@ -108,6 +113,8 @@ Changes to the kotsadm web component are reflected in real-time, no manual steps
108
113
1. To apply your current changes, run the following commands:
109
114
` ` ` bash
110
115
make kurl-proxy-up
116
+ ` ` `
117
+ ` ` ` bash
111
118
make build run
112
119
` ` `
113
120
@@ -117,6 +124,9 @@ Changes to the kotsadm web component are reflected in real-time, no manual steps
117
124
` ` `
118
125
119
126
1. When finished developing, run the following command to revert back to the original state:
127
+ ` ` ` bash
128
+ exit
129
+ ` ` `
120
130
` ` ` bash
121
131
make kurl-proxy-down
122
132
` ` `
You can’t perform that action at this time.
0 commit comments