Skip to content

About arlas_cli

ARLAS Exploration is an Open Source software for exploring and analysing Geo BigData.

ARLAS Command Line (arlas_cli) is a tool to manage data and configurations in ARLAS.

arlas_cli is a Python command line for:

  • Managing Elasticsearch indices:
    • Generate an index mapping based on NDJSON data
    • Create an index
    • List indices
    • Describe an index
    • Clone an index
    • Migrate an index
    • Delete an index
  • Managing ARLAS collections
    • Create a collection
    • List collections
    • Describe a collection
    • Delete a collection
  • Managing arlas_cli configurations
    • Register an ARLAS/Elasticsearch configuration, with headers and authentication parameters
    • Login to your ARLAS Cloud account
    • List your configurations
    • Delete a configuration
  • Managing ARLAS Dashboards persistence
    • Create a dashboard from a configuration file
    • List available dashboard
    • Describe a dashboard
    • Delete a dashboard
    • Get the groups accessing dashboards
  • Managing ARLAS Identity and Access (ARLAS IAM)
    • List organisations
    • Add an organisation
    • Within an organisation:
      • List visible collections
      • List groups
      • List users
      • List permissions
      • Add/delete a permission
      • Add/delete a group
      • Add/delete a permission to/from a group
      • Add/delete a user
      • Add/delete a user to/from a group
    • Create a user
    • Activate a user
    • Deactivate a user