-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Babak K. Shandiz <[email protected]>
- Loading branch information
Showing
3 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,6 +78,7 @@ Permalink | |
PostgreSQL | ||
pre | ||
Quickstart | ||
RBAC | ||
ReadMe | ||
ReBAC | ||
reST | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,7 +78,7 @@ For example, if a ``user`` named ``[email protected]`` has the ``member`` rela | |
relation: member | ||
target: group:foo | ||
This reads as: "an entity of type *user*, named *[email protected]*, has *member* relationship to an entity of type *group*, named *foo*. | ||
This reads as: "an entity of type ``user``, named ``[email protected]``, has ``member`` relationship to an entity of type ``group``, named ``foo``. | ||
|
||
|
||
Manipulating tuples | ||
|
@@ -94,7 +94,7 @@ To manipulate the tuples (i.e. add/remove relations between different resources) | |
jimmctl auth relation add [email protected] member group-foo | ||
To check if a specific tuple exists, you use the ``check`` subcommand: | ||
To check if a specific tuple exists, you use the ``relation check`` command: | ||
|
||
.. code:: bash | ||
|