We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5683d96 commit a59392dCopy full SHA for a59392d
README.md
@@ -19,11 +19,14 @@ Oxrun provides a cli toolset for the OXID eShop Community Edition.
19
- PHP >=7.1 is required.
20
- OXID eShop >= CE v6.5 is required.
21
22
-After installation manually clear the cache via `rm -rf source/tmp/*` to make all oxrun commands available.
+After installation manually clear the cache via `./vendor/bin/oxrun-light cache:clear` to make all oxrun commands available.
23
24
# Usage
25
26
-In your Installation Direction `./vendor/bin/oe-console`
+`./vendor/bin/oe-console` is standard call.
27
+
28
+* `./vendor/bin/oxrun-light` is a light version of tools that are not need an active OXID eSale database connection
29
+* `./vendor/bin/oxrun` is a alias from `oe-console`
30
31
---
32
0 commit comments