Skip to content

Commit

Permalink
ARLAS Command line 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaingaudan committed Aug 26, 2024
1 parent 22ca452 commit 78aec8c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions docs/docs/iam.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ Commands:
add_group Add a group to the organisation
add_permission Add a permission to the organisation
add_permission_to_group Add a permission to a group within the...
add_user Add a user to the organisation, and...
add_user_to_group Add a user to a group within the...
collections List the collections of the organisation
delete Delete the organisation
delete_group Remove the group from the organisation
delete_permission Remove the permission from the organisation
delete_permission_from_group Remove a permission to a group within the...
delete_user Remove the user from the organisation
delete_user_from_group Remove a user from a group within the...
groups List the groups of the organisation
list List organisations
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/version.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ARLAS Version:
0.5.2
0.5.3
2 changes: 1 addition & 1 deletion docs/site/iam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@
<h1>Identity & Access</h1>

<h2 id="manage-organisations-users-permissions-and-groups">Manage organisations, users, permissions and groups</h2>
<div class="termy" data-termynal data-ty-macos data-ty-title="bash"><span data-ty="input" data-ty-prompt="&gt;">arlas_cli iam --config local orgs --help</span><span data-ty>Usage: python -m arlas.cli.cli iam orgs [OPTIONS] COMMAND [ARGS]...<br><br>Options:<br> --help Show this message and exit.<br><br>Commands:<br> add Create organisation with the given name<br> add_group Add a group to the organisation<br> add_permission Add a permission to the organisation<br> add_permission_to_group Add a permission to a group within the...<br> add_user_to_group Add a user to a group within the...<br> collections List the collections of the organisation<br> delete Delete the organisation<br> delete_group Remove the group from the organisation<br> delete_permission Remove the permission from the organisation<br> delete_permission_from_group Remove a permission to a group within the...<br> delete_user_from_group Remove a user from a group within the...<br> groups List the groups of the organisation<br> list List organisations<br> permissions List the permissions of the organisation<br> users List the users of the organisation<br></span></div>
<div class="termy" data-termynal data-ty-macos data-ty-title="bash"><span data-ty="input" data-ty-prompt="&gt;">arlas_cli iam --config local orgs --help</span><span data-ty>Usage: python -m arlas.cli.cli iam orgs [OPTIONS] COMMAND [ARGS]...<br><br>Options:<br> --help Show this message and exit.<br><br>Commands:<br> add Create organisation with the given name<br> add_group Add a group to the organisation<br> add_permission Add a permission to the organisation<br> add_permission_to_group Add a permission to a group within the...<br> add_user Add a user to the organisation, and...<br> add_user_to_group Add a user to a group within the...<br> collections List the collections of the organisation<br> delete Delete the organisation<br> delete_group Remove the group from the organisation<br> delete_permission Remove the permission from the organisation<br> delete_permission_from_group Remove a permission to a group within the...<br> delete_user Remove the user from the organisation<br> delete_user_from_group Remove a user from a group within the...<br> groups List the groups of the organisation<br> list List organisations<br> permissions List the permissions of the organisation<br> users List the users of the organisation<br></span></div>

<h2 id="create-delete-activate-deactivate-users">Create, delete, activate / deactivate users</h2>
<div class="termy" data-termynal data-ty-macos data-ty-title="bash"><span data-ty="input" data-ty-prompt="&gt;">arlas_cli iam --config local users --help</span><span data-ty>Usage: python -m arlas.cli.cli iam users [OPTIONS] COMMAND [ARGS]...<br><br>Options:<br> --help Show this message and exit.<br><br>Commands:<br> activate Activate user account<br> add Create user<br> deactivate Deactivate user account<br> delete Delete user<br></span></div>
Expand Down
2 changes: 1 addition & 1 deletion docs/site/version/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@
<h1>arlas_cli version</h1>

<p>ARLAS Version:
0.5.2</p>
0.5.3</p>



Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.2
0.5.3

0 comments on commit 78aec8c

Please sign in to comment.