AlgoKit Config | Algorand Developer Portal

AlgoKit Config

The algokit config command allows you to manage various global settings used by AlgoKit CLI. This feature is essential for customizing your AlgoKit environment to suit your needs.

Usage

This command group provides a set of subcommands to configure AlgoKit settings.

Subcommands

Version Prompt Configuration

$ algokit config version-prompt [OPTIONS]

This command configures the version prompt settings for AlgoKit.

Container Engine Configuration

$ algokit config container-engine [OPTIONS] [ENGINE]

This command configures the container engine settings for AlgoKit.

JavaScript Package Manager Configuration

$ algokit config js-package-manager [OPTIONS] [PACKAGE_MANAGER]

This command configures the default JavaScript package manager used by AlgoKit’s bootstrap command.

If no package manager is specified, AlgoKit will prompt you to select one interactively.

Python Package Manager Configuration

$ algokit config py-package-manager [OPTIONS] [PACKAGE_MANAGER]

This command configures the default Python package manager used by AlgoKit’s bootstrap command.

If no package manager is specified, AlgoKit will prompt you to select one interactively.