# CLI Commands

{% hint style="danger" %}
On May 2nd, 2025 a new version of the CLI was released. The new image (v9.0.12) introduced a number of changes, including an improved profile feature which deprecated the key command of the previous version (v6.3.0).\
\
Please be advised that these pages have not yet been updated.
{% endhint %}

Welcome to the CLI Commands section of Supra's documentation! Here, you’ll find resources and guides to help you effectively utilize Supra's Command Line Interface (CLI) for managing and interacting with the blockchain.

***

## Command Reference Guide

Your quick reference guide to efficiently navigate and execute key commands in the Supra CLI for seamless blockchain development.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td></td><td>Cheat Sheet</td><td></td><td><a href="/pages/2nqR6eR26rkiuf5Lyxba">/pages/2nqR6eR26rkiuf5Lyxba</a></td></tr></tbody></table>

## Manage Your Profiles

Learn how to use Supra CLI Profiles to configure, manage, and interact with key pairs for secure and flexible blockchain operations.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td></td><td>Profiles</td><td></td><td><a href="/pages/hAokZH5NB2lkrIWuQPPS">/pages/hAokZH5NB2lkrIWuQPPS</a></td></tr></tbody></table>

## Manage Your Accounts

Learn how to use Supra CLI Accounts to create, fund, and interact with blockchain identities for seamless and secure on-chain operations.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td></td><td>Accounts</td><td></td><td><a href="/pages/vafRnCIeX6rREwEEqHYc">/pages/vafRnCIeX6rREwEEqHYc</a></td></tr></tbody></table>

## Manage Your Tools

Learn how to use Supra CLI Tools to compile, publish, test, and manage Move packages and smart contracts for efficient blockchain development and deployment.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td></td><td>Tools</td><td></td><td><a href="/pages/9ew8gFoj75pQ0mKYf3Vl">/pages/9ew8gFoj75pQ0mKYf3Vl</a></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://supraoracles.gitbook.io/supra/network/move/cli-commands.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
