Skip to content

nobl9/sloctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c316a85 Â· Dec 8, 2022

History

66 Commits
Dec 8, 2022
Dec 1, 2022
Dec 6, 2022

Repository files navigation

sloctl

The binaries are available at Releases page.

Build docker image locally

  1. Download Dockerfile and latest linux sloctl binary from the Releases page. Make sure they are in your working directory.
  2. Build the image docker build -t <NAME_YOUR_IMAGE> .
  3. Set environment variables if you plan to use them for authenticating with SLOCTL. Reference the sloctl environment variables Doc.
  4. Run the image
docker run  
-e SLOCTL_CLIENT_ID=$SLOCTL_CLIENT_ID \
-e SLOCTL_CLIENT_SECRET=$SLOCTL_CLIENT_SECRET \
<YOUR_IMAGE_NAME> get slos