- Print
- DarkLight
This documentation version is deprecated, please click here for the latest version.
Article summary
Did you find this summary helpful?
Thank you for your feedback
The StrongDM CLI allows you to manage your StrongDM platform(s) via the command-line. With this component of the Cloud CLI extension, you can interact with StrongDM's directly from LimaCharlie.
More information about the StrongDM CLI can be found here.
Example
The following response action returns a list of all users in your organization.
- action: extension request
extension action: run
extension name: ext-cloud-cli
extension request:
cloud: '{{ "sdm" }}'
command_line: '{{ "admin users list" }}'
credentials: '{{ "hive://secret/secret-name" }}'
Credentials
To utilize StrongDM's CLI capabilities, you will need:
- An admin or service account token. More information on provisioning this token can be found here.
- Create a secret in the secrets manager in the following format:
token
Was this article helpful?