Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mereacre committed Feb 17, 2020
1 parent ca457ad commit 6fbd16a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ One can also pass a custom tdx config file with param ```--tdx-config``` as foll
tdxcli commandtoexecute ...variousparams --alias=name --tdx-config=pathtoconfig
```

The config file contains the tdx configuratin for each defined alias as follows:
The config file contains the tdx configuration for each defined alias as follows:
```json
{
"nqminds": {
Expand Down Expand Up @@ -305,6 +305,9 @@ tdxcli deploy databotid resourceid databot.json filetoupload
```

The above command will deploy a databot with the following steps:

[1] Will stop a running databot instance with the databot instance id from config file ```databot.json```.

[2] Will upload the file ```filetoupload``` to tdx resource id ```resourceid```.

[3] Will start a new databot instance id for the databot ```databotid```.

0 comments on commit 6fbd16a

Please sign in to comment.