@@ -112,13 +112,33 @@ If you need to build the images you need in a stack, you can execute the followi
112
112
` kloud image:build `
113
113
114
114
To enable experimental images, you will need to add option ` --with-experimental ` .
115
-
115
+
116
116
### Test the required images
117
117
118
118
If you need to test if the images you are using are following every constraint you would expect:
119
119
120
120
` kloud image:test `
121
121
122
+ ### Environment commands
123
+
124
+ After ` kloud stack:init ` , you can use several environment commands to do several things on a remote server
125
+
126
+ * ` kloud environment:init ` : Initialize the environment file in local workspace.
127
+ * ` kloud environment:variable:add ` : Add an environment variable.
128
+ * ` kloud environment:variable:unset ` : Unset an environment variable value.
129
+ * ` kloud environment:variable:get ` : Print an environment variable value.
130
+ * ` kloud environment:variable:set ` : Change an environment variable value.
131
+ * ` kloud environment:variable:list ` : Print the list of environment variables and their value.
132
+ * ` kloud environment:deploy ` : Deploy the application to a remote server using rsync and initialize docker services.
133
+ * ` kloud environment:destroy ` : Destroy the docker infrastructure with associated volumes and remove remote directory.
134
+ * ` kloud environment:start ` : Start docker services on the remote server.
135
+ * ` kloud environment:stop ` : Stop docker services on the remote server.
136
+ * ` kloud environment:rsync ` : Synchronize remote directory according to local directory.
137
+ * ` kloud environment:cache:clear ` : SClear cache and restart FPM service.
138
+ * ` kloud environment:database:dump ` : Dump the database in the current state.
139
+ * ` kloud environment:database:load ` : Load a database dump.
140
+ * ` kloud environment:shell ` : Start a shell session for a service.
141
+
122
142
Frequently Asked Questions
123
143
---
124
144
0 commit comments