File tree 3 files changed +5
-25
lines changed
3 files changed +5
-25
lines changed Original file line number Diff line number Diff line change @@ -26,31 +26,11 @@ After installation manually clear the cache via `rm -rf source/tmp/*` to make al
26
26
27
27
In your Installation Direction ` ./vendor/bin/oe-console `
28
28
29
- # Defining your own command
29
+ # Documentation
30
30
31
- OXID has now published the [ service container] ( https://docs.oxid-esales.com/developer/en/6.2/development/tell_me_about/service_container.html ) .
32
- In a ` services.yaml ` can a commands be registered.
33
-
34
- There are several ways to do this.
35
-
36
- 1 . create your own [ OXID eShop Component] ( https://docs.oxid-esales.com/developer/en/6.2/development/modules_components_themes/component.html ) ,
37
- 1 . or use the ` services.yaml ` in your module,
38
- 1 . or in the ` var/configuration/configurable_services.yaml `
39
-
40
- With the command ` misc:register:command ` you can edit the service yaml.
41
-
42
- That's how looks
43
-
44
- ``` yaml
45
- services :
46
- OxidEsales\DemoComponent\Command\HelloWorldCommand :
47
- tags :
48
- - { name: 'console.command' }
49
- ` ` `
50
-
51
- [Template for your command](example/HelloWorldCommand.php)
52
-
53
- Example: [services.yaml](services.yaml)
31
+ * [ Fully Documentation] ( http://oxidprojects.github.io/oxrun/ )
32
+ * Documentation for [ contributing] ( README_DEV.md )
33
+ * [ Changelog] ( READY_CONVERED_TO_v6.2.md ) of command between v4.x to v5.x
54
34
55
35
Available commands
56
36
==================
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Commands that are successfully tested in the oxide v6.2.3.
18
18
| ` db:list ` | [ x] | |
19
19
| ` db:query ` | [ x] | |
20
20
| ` log:exceptionlog ` | [ removed] | need refactoring |
21
- | ` misc:generate:documentation ` | [ x ] | |
21
+ | ` misc:generate:documentation ` | [ moved ] | find in ./vendor/bin/oxrun-light |
22
22
| ` misc:generate:yaml:config ` | [ rename] | deploy:generate: configration |
23
23
| ` misc:generate:yaml:module ` | [ rename] | deploy:generate: module-activator |
24
24
| ` misc:phpstorm:metadata ` | [ x] | |
You can’t perform that action at this time.
0 commit comments