We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d3bab6 commit 0432a5eCopy full SHA for 0432a5e
README.md
@@ -45,6 +45,14 @@ $ cd php-ovh-cli
45
$ composer update
46
```
47
48
+If you prefer to have a standalone executable, then create a PHAR package:
49
+```
50
+$ ./create-phar.php
51
52
+
53
+This will package the script among with all its dependencies and install it in `$HOME/bin/ovh-cli`,
54
+if executed as regular user, otherwise in `/usr/local/bin/ovh-cli` if executed as root.
55
56
## Configuration
57
To interact with OVH API you must already have an account at OVH.
58
The script will take care of requesting an API token for you.
0 commit comments