Skip to content

Commit

Permalink
ARLAS Command line 26.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaingaudan committed Feb 21, 2025
1 parent 0048fba commit 194e4f0
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions docs/docs/iam.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
│ delete_permission_from_group Remove a permission to a group within the │
│ organisation │
│ delete_user Remove the user from the organisation │
│ delete_user_from_group Remove a user from a group within the │
│ organisation │
│ forbid Forbid an organisation name. │
│ forbidden List forbidden organisations. │
│ groups List the groups of the organisation │
│ list List organisations │
│ permissions List the permissions of the organisation │
│ remove_user_from_group Remove a user from a group within the │
│ organisation │
│ users List the users of the organisation │
╰────────────────────────────────────────────────────────────────────────────╯
Expand Down
2 changes: 1 addition & 1 deletion docs/site/iam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@

<h1 id="identity-access-management">Identity &amp; Access Management</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> <br> Usage: arlas_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-apikey Add and return an new API Key with │<br>│ permissions associated to provided groups. │<br>│ Use the key id and key secret with the │<br>│ arlas-api-key-id and arlas-api-key-secret │<br>│ headers. │<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>│ organisation │<br>│ add_user Add a user to the organisation, and │<br>│ optionally within groups │<br>│ add_user_to_group Add a user to a group within the │<br>│ organisation │<br>│ authorize Remove an organisation name from the │<br>│ forbidden list. │<br>│ check Check if user's organisation exists │<br>│ collections List the collections of the organisation │<br>│ delete Delete the organisation │<br>│ delete-apikey Delete an API Key │<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>│ organisation │<br>│ delete_user Remove the user from the organisation │<br>│ delete_user_from_group Remove a user from a group within the │<br>│ organisation │<br>│ forbid Forbid an organisation name. │<br>│ forbidden List forbidden organisations. │<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>╰────────────────────────────────────────────────────────────────────────────╯<br><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> <br> Usage: arlas_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-apikey Add and return an new API Key with │<br>│ permissions associated to provided groups. │<br>│ Use the key id and key secret with the │<br>│ arlas-api-key-id and arlas-api-key-secret │<br>│ headers. │<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>│ organisation │<br>│ add_user Add a user to the organisation, and │<br>│ optionally within groups │<br>│ add_user_to_group Add a user to a group within the │<br>│ organisation │<br>│ authorize Remove an organisation name from the │<br>│ forbidden list. │<br>│ check Check if user's organisation exists │<br>│ collections List the collections of the organisation │<br>│ delete Delete the organisation │<br>│ delete-apikey Delete an API Key │<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>│ organisation │<br>│ delete_user Remove the user from the organisation │<br>│ forbid Forbid an organisation name. │<br>│ forbidden List forbidden organisations. │<br>│ groups List the groups of the organisation │<br>│ list List organisations │<br>│ permissions List the permissions of the organisation │<br>│ remove_user_from_group Remove a user from a group within the │<br>│ organisation │<br>│ users List the users of the organisation │<br>╰────────────────────────────────────────────────────────────────────────────╯<br><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> <br> Usage: arlas_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>│ describe Describe user │<br>│ reset-password Launch reset user's password process │<br>│ update Update user │<br>╰────────────────────────────────────────────────────────────────────────────╯<br><br></span></div>
Expand Down
2 changes: 1 addition & 1 deletion docs/site/search/search_index.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions docs/site/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,57 +2,57 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://gisaia.github.io/arlas_cli/</loc>
<lastmod>2025-02-20</lastmod>
<lastmod>2025-02-21</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gisaia.github.io/arlas_cli/collections/</loc>
<lastmod>2025-02-20</lastmod>
<lastmod>2025-02-21</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gisaia.github.io/arlas_cli/configuration/</loc>
<lastmod>2025-02-20</lastmod>
<lastmod>2025-02-21</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gisaia.github.io/arlas_cli/confs/</loc>
<lastmod>2025-02-20</lastmod>
<lastmod>2025-02-21</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gisaia.github.io/arlas_cli/help/</loc>
<lastmod>2025-02-20</lastmod>
<lastmod>2025-02-21</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gisaia.github.io/arlas_cli/iam/</loc>
<lastmod>2025-02-20</lastmod>
<lastmod>2025-02-21</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gisaia.github.io/arlas_cli/indices/</loc>
<lastmod>2025-02-20</lastmod>
<lastmod>2025-02-21</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gisaia.github.io/arlas_cli/ingest_data/</loc>
<lastmod>2025-02-20</lastmod>
<lastmod>2025-02-21</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gisaia.github.io/arlas_cli/install/</loc>
<lastmod>2025-02-20</lastmod>
<lastmod>2025-02-21</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gisaia.github.io/arlas_cli/persist/</loc>
<lastmod>2025-02-20</lastmod>
<lastmod>2025-02-21</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://gisaia.github.io/arlas_cli/started/</loc>
<lastmod>2025-02-20</lastmod>
<lastmod>2025-02-21</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified docs/site/sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
26.3.7
26.4.0

0 comments on commit 194e4f0

Please sign in to comment.