You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

batch-debugging-cli

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

batch-debugging-cli

A CLI that makes it easier to debug issues with batch compute enviornments in AWS, future plans to support GCP, Azure and kubernetes

0.0.9
pipPyPI
Maintainers
1

Batch Debugging CLI

The Batch Debugging CLI is designed to streamline the debugging process for AWS Batch, GCP, Azure, and Kubernetes compute environments. Leveraging the capabilities of [batch-debugging](https://github.com/Shahbaz-mahmood123/batch-debugging).
Explore the documentation »

Table of Contents

About The Project

The Batch Debugging CLI is a command-line tool designed to assist in debugging batch compute environments across AWS, GCP, Azure, and Kubernetes. It currently relies on batch-debugging for its underlying logic, so refer to its documentation for detailed information on the debugging process.

Please note that the CLI assumes AWS Batch compute environments were built using the Seqera platform. However, a more generic debugging tool will be implemented in the future.

Installation

To use this library, just install the package via pip.

pip install batch-debugging-cli

Getting Started

Before using the CLI, ensure you have an account in your compute provider, a valid compute enviornment and credentials to access the account(AWS, GCP, Azure)

Currently, the CLI supports a few commands, and it expects the environment name to match the corresponding AWS environment. When supplying a compute environment ID, provide the full name of the environment (e.g., TowerForge-1rVcJ5K5wnvky3zohO4EaN-head).

AWS

For AWS please declare the region where your batch enviornmets are located. For example:

export AWS_REGION=us-east-1

Additionally the below IAM permissions are required.

GCP

To use the GCP commands please use the set the below enviornment variables:

export GCP_PROJECT_ID=test-environment
export GCP_REGION=us-central1

For Seqera platform, please declare the below two enviornment variables prior to attempting to run any of the seqera cli commands:

export PLATFORM_TOKEN=
export PLATFORM_URL=

Contact

Shahbaz Mahmood - shahbazmahmooood@gmail.com

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts