Skip to main content

Nuclia CLI/SDK

This Nuclia SDK/CLI is designed to facilitate use of the Nuclia API.

There are two developer experiences:

  • CLI: by using the cli nuclia you can interact with Nuclia via command line
  • SDK: allows to write simple Python scripts to interact with Nuclia

Installation

It requires Python (≥3.8) and can be installed with:

pip install nuclia

Upgrades

To know your current version:

pip show nuclia

To upgrade to the latest version:

pip install nuclia --upgrade

Usage