Skip to content

A set of scripts to help with managing multiple XSOAR development environments.

License

Notifications You must be signed in to change notification settings

rfortress-pan/demisto-src

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a collection of scripts to facilitate quickly switching between multiple XSOAR development environments. It supports XSOAR 6 and XSOAR 8.

Requirements

  • Linux / MacOS
  • Python 3
  • Pip

Configuration

  1. Save the scripts to your ~/.xsoar_dev folder

     git clone https://github.com/rfortress-pan/demisto-src.git ~/.xsoar_dev
    
  2. Add bashrc_include.sh to ~/.bashrc (Linux). Change to ~/.zshrc for MacOS.

     echo "source ~/.xsoar_dev/bashrc_include.sh" >> ~/.bashrc
    
  3. Load the commands (only required the first time you install).

     # For linux
     source ~/.bashrc
    
     # For MacOS
     source ~/.zshrc
    
  4. Add a new XSOAR development environment

     demisto-src add
    
  5. Remove the sample development environment (rem, remove, del, or delete)

     demist-src rem
    
  6. Select your development environment

     demisto-src
    
  7. Get the details of the currently selected development environment (info, det or details)

     demisto-src info
    

About

A set of scripts to help with managing multiple XSOAR development environments.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published