Sublime
  • 10 Apr 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light

Sublime

  • Dark
    Light

Article Summary

The Sublime Security CLI brings the power of Sublime's email platform to the command-line. With this component of the Cloud CLI extension, you can interact with Sublime's email platform directly from LimaCharlie.

This extension makes use of Tailscale's native CLI, which can be found here. The CLI is a Python package - the source code can be found here.

Example

The following response action returns information about the currently authentication Sublime Security user.

- action: extension request
  extension action: run
  extension name: ext-cloud-cli
  extension request:
    cloud: '{{ "sublime" }}' 
    command_line: '{{ "me" }}'
    credentials: '{{ "hive://secret/secret-name" }}'

Credentials

To utilize Sublime's CLI capabilities, you will need:

  • You will need an API key. More information about provisioning an API key can be found here.
  • Create a secret in the secrets manager in the following format:
api_key

Was this article helpful?

What's Next