Skip to content

mindjolt/adjust-cli

Repository files navigation

Adjust CLI

Build codecov

Description

Adjust CLI is a Python package that provides a command-line interface (CLI) to manage Adjust callbacks. It allows you to easily configure and handle callbacks for your Adjust integration.

Features

  • Backup and restore callbacks configuration through snapshots
  • Add and remove placeholders to/from a subset of callbacks in a snapshot

Installation

To install Adjust Callback Manager, you can use pip:

pip install "adjust@git+https://github.com/mindjolt/adjust-cli"

Usage

This CLI provides several commands for managing Adjust callbacks and snapshots.

Snapshot

Create a local snapshot of all Adjust callbacks:

adjust snapshot create --snapshot SNAPSHOT_PATH

Restore Adjust callbacks from a local snapshot:

adjust snapshot restore --snapshot SNAPSHOT_PATH

Add placeholders to a snapshot:

adjust snapshot modify --snapshot SNAPSHOT_PATH --having-app MyApp -a PLACEHOLDER

Releases

No releases published

Packages

No packages published

Languages