We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ca4e1 commit d20cabfCopy full SHA for d20cabf
2 files changed
docs/cli.md
@@ -3,7 +3,7 @@
3
We recommend adding next alias to your .bashrc file:
4
5
```bash
6
-alias dep='vendor/bin/deployer.phar'
+alias dep='vendor/bin/dep'
7
```
8
9
As well as installing completion script for Deployer, completion supports:
docs/installation.md
@@ -8,14 +8,14 @@ composer require --dev deployer/deployer
To initialize deployer in you project run:
10
11
-vendor/bin/deployer.phar init
+vendor/bin/dep init
12
13
14
:::tip Bash integration
15
Add next alias to your _.bashrc_ file:
16
17
18
19
20
21
Deployer comes with autocomplete support for task names, options, and hosts.
0 commit comments