Install Spyctl CLI
Spyctl, an open source CLI tool, allows you to view and manage resources within your Spyderbat environment.
Last updated
Was this helpful?
Spyctl, an open source CLI tool, allows you to view and manage resources within your Spyderbat environment.
Last updated
Was this helpful?
Source code:
The initial step in utilizing any software package is ensuring its correct installation, so let's get started by walking through the installation process for Spyctl.
Python 3.8 or newer
To install spyctl globally requires the pipx utility.
Install spyctl using pipx.
Verify the installation.
Alternatively, you can use a virtual environment to install spyctl.
Verify the installation.
To enable shell completion, follow these steps:
Create the Spyctl directory if you haven’t already.
Generate the shell completion script.
Add the following line to the end of ~/.bashrc
.
After modifying the shell config, you need to start a new shell in order for the changes to be loaded.
The default version of Bash for Mac OS X users does not support programmable shell completion. Guides like will help you install a newer version of Bash.