You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add uninstall command and modify relationship option in cli docs
This PR adds an uninstall command for `dab` to be handily available if developers need to clean and reinstall.
Also adds a reminder to the `relationship` option that both source and target entities should already have been added.
# dab update book --permissions "anonymous:read" --fields.include "*" --policy-database "@claims.id eq @item.id"
99
+
# dab update book --permissions "authenticated:update" --fields.include "*" --policy-database "@claims.id eq @item.id"
95
100
96
101
dab update <entity> --permissions <roles> --fields.include <fields> --policy-database <policy_conditions>
97
102
```
@@ -110,3 +115,11 @@ To start the Data API Builder engine, use:
110
115
> DAB loads the config in the following order (if not supplied in command-line arguments):
111
116
> -`dab-config.{DAB_ENVIRONMENT}.json` : For example, the `dab-config.Development.json` and `dab-config.Production.json` files. The environment version of the file is loaded based on the value set for `DAB_ENVIRONMENT` environment variable.
112
117
> -`dab-config.json`
118
+
119
+
## Uninstall the tool
120
+
121
+
For some reason, if you need to uninstall `dab` cli, simply do:
0 commit comments