For the complete documentation index, see llms.txt. This page is also available as Markdown.

Access a resource from the CLI

After access is granted, you can use the Apono CLI to launch a session with commands or use the interactive flow to select a resource and choose how to access it.

Commands

Use this approach when you know the session ID and client name for the session you want to launch.

Follow these steps to access the resource:

  1. In Terminal, run the following apono access command to list all your session IDs.

The session ID is listed under ID.

apono access list
  1. Run the following apono command to display the list of valid --client values to use to launch your session.

apono --help
  1. Run the following apono access command to launch your session.

apono access use <Session ID> --client <Client Name>
Interactive

Use the interactive flow to select an available resource and choose how to access it from the CLI.

Follow these steps to access the resource:

  1. In Terminal, enter apono access. The Select access prompt and a list of resources appears.

apono access 
  1. Select and submit the resource to access.The Select how to use access prompt appears.

  2. Select and submit an option.

Option
Description

Connect

Connects the user directly to the database

Once you have connected to the database, you can make queries directly from the CLI prompt.

Instructions

Prints instructions to access the database to the screen

Last updated

Was this helpful?