Skip to main content

Step 1: Install sloctl

Reading time: 0 minute(s) (0 words)
See how to install sloctl.

Binary installation of sloctl

Use the following steps to download the Nobl9 CLI. The following are platform-specific instructions:

Method 1: Usinghomebrew

  1. For macOS, we recommend using homebrew:
  2. brew tap nobl9/sloctl

    brew install sloctl

Method 2: Manual installation

  1. Download the appropriate binary executable file from sloctl release pages.
    • After the executable zip file downloads, you will need to place the file in the appropriate system path and rename it to sloctl.
    • The Mac operating system occasionally requires file permissions. When this happens, give the file executable permission.
  2. Move the binary file to your Downloads folder.
  3. Open Terminal and enter the following commands:
  4. sudo mkdir -p /usr/local/bin
    sudo cp ~/Downloads/sloctl /usr/local/bin/
    sudo chmod a+rx /usr/local/bin/sloctl
    open /usr/local/bin

  5. The last open command above will navigate to the bin folder in Finder.
  6. Right-click sloctl in the Finder window and select Open.
  7. Open is not the default option when the security modal pops up. Selecting Open authorizes the sloctl binary on your Mac.

Great, now you can configure your sloctl and get it going!