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
|`-m, --model`| The path of the model file or model text | y | Please wrap it with `""` and separate each line with `\|`|
24
+
|`-p, --policy`| The path of the policy file or policy text | y | Please wrap it with `""` and separate each line with `\|`|
25
+
|`-r, --request`| The parameters of corresponding request | y | Please wrap it with `""` and separate each parameter with `\n`,which corresponds to the line break of the terminal |
26
+
|`-e, --enforce`| Check permissions | n | Please wrap it with `""`|
27
+
|`-ex, --enforceEx`| Check permissions and get which policy it is | n | Please wrap it with `""`|
28
+
|`-AF, --addFuntion`| Add custom funtion | n | Please wrap it with `""` and separate each line with `\|`|
29
+
|`-ap, --addPolicy`| Add a policy rule to the policy file | n | Please wrap it with `""`|
30
+
|`-rp, --removePolicy`| Remove a policy rule from the policy file | n | Please wrap it with `""`|
30
31
31
32
## Get started
32
33
33
34
- Check whether Alice has read permission on data1
0 commit comments