You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| --postgres-version | Specify the PostgreSQL version to use. Defaults to 12. (number) |
100
+
| --use-host | Skip Docker altogether and assume that Postgres and Minio are enabled on the host. Alternatively, set COMPAS_SKIP_DOCKER=true. (boolean) |
101
+
| -h, --help | Display information about the current command. (boolean) |
| --postgres-version | Specify the PostgreSQL version to use. Defaults to 12. (number) |
110
+
| --use-host | Skip Docker altogether and assume that Postgres and Minio are enabled on the host. Alternatively, set COMPAS_SKIP_DOCKER=true. (boolean) |
111
+
| -h, --help | Display information about the current command. (boolean) |
110
112
111
113
### `compas docker down`
112
114
@@ -116,10 +118,11 @@ Stop any of the containers that could possibly be started by this CLI. It
116
118
ignores context and stops any PostgreSQL container started by this CLI, ignoring
| --postgres-version | Specify the PostgreSQL version to use. Defaults to 12. (number) |
124
+
| --use-host | Skip Docker altogether and assume that Postgres and Minio are enabled on the host. Alternatively, set COMPAS_SKIP_DOCKER=true. (boolean) |
125
+
| -h, --help | Display information about the current command. (boolean) |
123
126
124
127
### `compas docker clean`
125
128
@@ -134,11 +137,12 @@ restart the containers. The flag is repeatable, so multiple projects can be
134
137
cleaned at the same time. If no value is passed, it defaults to
| --project | Specify the project(s) to remove. If no value is passed, the current project is read from `environment.APP_NAME`. (booleanOrString[]) |
143
+
| --postgres-version | Specify the PostgreSQL version to use. Defaults to 12. (number) |
144
+
| --use-host | Skip Docker altogether and assume that Postgres and Minio are enabled on the host. Alternatively, set COMPAS_SKIP_DOCKER=true. (boolean) |
145
+
| -h, --help | Display information about the current command. (boolean) |
0 commit comments