/crowdsec-cti-cli

Primary LanguageMakefileMIT LicenseMIT

crowdsec-cti-cli

Welcome 👋 to the CrowdSec CTI CLI tool development repository.

In this repository, you will find the codebase for the CrowdSec CTI CLI tools.

Branches:

  • main: The completed codebase for the CrowdSec CTI CLI tools.
  • dev: The development branch for the CrowdSec CTI CLI tools.

We will be using the dev branch for development and the main branch for the completed codebase.

To start the workshop, please fork this repository (Remember to untick main branch only) and clone it to your local machine.

git clone <your-forked-repo-url>

Then, create a new branch from the dev branch.

git checkout -b dev

Next step is to sign up for the CrowdSec Console

Once you have signed up, you will receive an email to verify your account. Click on the link to verify your account.

After verifying your account, you will be redirected to the CrowdSec Console. Click on the + icon in top right corner and select API Key.

Copy the API key and save it in a safe place!

You are now ready to start the workshop. 🎉