|
| 1 | +[](https://github.com/pushbits/cli/actions) |
1 | 2 |  |
2 | 3 |
|
3 | 4 | # PushBits CLI |
@@ -26,11 +27,11 @@ Note that this requires [a working Go 1.12+ installation](https://golang.org/doc |
26 | 27 |
|
27 | 28 | ## Usage |
28 | 29 |
|
29 | | -If you are a normal user of the PushBits server, you will most likely just want to manage your applications. |
| 30 | +If you are a normal user of PushBits, you will most likely just want to manage your applications. |
30 | 31 | As an admin, you are possibly trying to manage your users. |
31 | 32 | This tool provides help for both use cases. |
32 | 33 |
|
33 | | -In particular, the tool groups the different actions in two separate commands, `application` and `user` |
| 34 | +In particular, the tool supports two separate subcommands, `application` and `user` |
34 | 35 | As the names suggest, the former lets you configure applications, while the latter deals with users. |
35 | 36 |
|
36 | 37 | To use this tool, you need to know the URL of your PushBits instance and the credentials (username and password) of your user. |
@@ -83,10 +84,10 @@ Help Options: |
83 | 84 |
|
84 | 85 | So we need to provide a name for the application. |
85 | 86 | Of course, we also need to provide the URL of the PushBits instance as well as the username. |
86 | | -This means, to create an application with the name `Demo` for the user `myusername`, we need to run the following command. |
| 87 | +This means, to create an application with the name `MyApplication` for the user `MyUsername`, we need to run the following command. |
87 | 88 |
|
88 | 89 | ```bash |
89 | | -pbcli application create Demo --url https://pushbits.example.com --username myusername |
| 90 | +pbcli application create MyApplication --url https://pushbits.example.com --username MyUsername |
90 | 91 | ``` |
91 | 92 |
|
92 | 93 | You will then be asked for your password interactively. |
|
0 commit comments