# CLI Improvements

The following changes have been made in **CLI v0.5.0**:

| Legacy Command   | New Command / Syntax                |
| ---------------- | ----------------------------------- |
| key              | profile                             |
| generate-profile | profile new -i                      |
| import-profile   | profile new -i (interactive import) |
| --url            | --rpc-url                           |

\
&#x20;**Note:**

* **You should begin using --rpc-url in all your CLI commands.**

### RPC API Enhancements

* Clients are required to migrate to **Version 3 RPC APIs** as soon as possible.
* **Version 1 APIs will be deprecated in a future release.**


---

# 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/node/node-upgrade-guide-mainnet/cli-improvements.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.
