Skip to content

Commit a87e288

Browse files
committed
Fix lint
1 parent 83c86d6 commit a87e288

File tree

4 files changed

+1
-6
lines changed

4 files changed

+1
-6
lines changed

gh-pages/content/en/docs/overview/built-in-commands.md

-1
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,3 @@ Remove a dropin package from the package name defined in manifest
8484
```shell
8585
cola delete command-launcher-example-package
8686
```
87-

gh-pages/content/en/docs/overview/dropin.md

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ If you uploaded your package to an http server as a zip file, you can install it
5151
cola install --file https://github.com/criteo/command-launcher/raw/main/examples/remote-repo/command-launcher-demo-1.0.0.pkg
5252
```
5353

54-
5554
## How to update dropin package?
5655

5756
For now, the command launcher does not update the dropin folder automatically, it is up to developers themselve to keep these dropin package up-to-date.

gh-pages/content/en/docs/overview/system-package.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ To extend command launcher, you need to specify `system` type command in a syste
6060
| \_\_login\_\_ | calling your IAM system to return `login_token` |
6161
| \_\_metrics\_\_ | collect metrics |
6262

63-
6463
### System command \_\_login\_\_
6564

6665
The built-in `login` command will trigger the `__login__` system command. It takes two arguments:
@@ -69,7 +68,7 @@ The built-in `login` command will trigger the `__login__` system command. It tak
6968
- password
7069

7170
```shell
72-
$ __login__ [username] [password]
71+
__login__ [username] [password]
7372
```
7473

7574
The `__login__` system command outputs the credentials to be stored by command launcher in a JSON format. The credentials could be one or many of following items:

gh-pages/content/en/docs/quickstart/build-from-source.md

-2
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,3 @@ You can run one integration test by specify the name of the integration test fil
6161
```shell
6262
./test/integration.sh test-remote
6363
```
64-
65-

0 commit comments

Comments
 (0)