Skip to content

Commit 4e9dd38

Browse files
authored
Update README.md
1 parent dd40bd7 commit 4e9dd38

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

README.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
One of the nicest facilities of the modern shell is the built in bash completion support. This script allows you to complete commands and options for Magento CLI bin/magento.
33

44
## Example
5+
6+
![Magento2 Bash Completion Screenshot](https://raw.githubusercontent.com/yvoronoy/ReadmeMedia/master/magento2-bash-completion.gif)
7+
58
```
69
user@host:~$ bin/magento[TAB][TAB]
710
admin:user:create info:dependencies:show-modules-circular
811
admin:user:unlock info:language:list
912
bash:completion:generate info:timezone:list
10-
cache:clean list
11-
cache:disable maintenance:allow-ips
12-
cache:enable maintenance:disable
13+
1314
...
1415
```
1516

@@ -18,19 +19,6 @@ user@host:~$ bin/magento setup:install --[TAB][TAB]
1819
--admin-email --db-password
1920
--admin-firstname --db-prefix
2021
--admin-lastname --db-user
21-
--admin-password --definition-format
22-
--admin-use-security-key --http-cache-hosts
23-
--admin-user --key
24-
--backend-frontname --language
25-
--base-url --magento-init-params
26-
--base-url-secure --sales-order-increment-prefix
27-
--cleanup-database --session-save
28-
--currency --skip-db-validation
29-
--db-engine --timezone
30-
--db-host --use-rewrites
31-
--db-init-statements --use-sample-data
32-
--db-model --use-secure
33-
--db-name --use-secure-admin
3422
```
3523

3624
## Installation

0 commit comments

Comments
 (0)