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.
Last updated
Was this helpful?
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.
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:
In Terminal, run the following apono access command to list all your session IDs.
The session ID is listed under ID.
apono access listRun the following apono command to display the list of valid --client values to use to launch your session.
apono --helpRun the following apono access command to launch your session.
apono access use <Session ID> --client <Client Name>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:
In Terminal, enter apono access. The Select access prompt and a list of resources appears.
apono access Select and submit the resource to access.The Select how to use access prompt appears.
Select and submit an option.
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?
Was this helpful?
