Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bhou-crto committed Nov 13, 2022
1 parent 83c86d6 commit a87e288
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion gh-pages/content/en/docs/overview/built-in-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,3 @@ Remove a dropin package from the package name defined in manifest
```shell
cola delete command-launcher-example-package
```

1 change: 0 additions & 1 deletion gh-pages/content/en/docs/overview/dropin.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ If you uploaded your package to an http server as a zip file, you can install it
cola install --file https://github.com/criteo/command-launcher/raw/main/examples/remote-repo/command-launcher-demo-1.0.0.pkg
```


## How to update dropin package?

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.
3 changes: 1 addition & 2 deletions gh-pages/content/en/docs/overview/system-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ To extend command launcher, you need to specify `system` type command in a syste
| \_\_login\_\_ | calling your IAM system to return `login_token` |
| \_\_metrics\_\_ | collect metrics |


### System command \_\_login\_\_

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

```shell
$ __login__ [username] [password]
__login__ [username] [password]
```

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:
Expand Down
2 changes: 0 additions & 2 deletions gh-pages/content/en/docs/quickstart/build-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,3 @@ You can run one integration test by specify the name of the integration test fil
```shell
./test/integration.sh test-remote
```


0 comments on commit a87e288

Please sign in to comment.