# CLI

![](/files/-LyjS2BGab5vbhGqXV03)

The following commands let you manipulate objects in the Grey Matter mesh.

| Command      | Description                                                                                                                                                                                 |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `greymatter` | [Base command](/grey-matter-documentation/usage/fabric/cli/greymatter.md) for performing operations on the Grey Matter Service Mesh.                                                        |
| `create`     | [Create](/grey-matter-documentation/usage/fabric/cli/create.md) a specific object in the Grey Matter mesh.                                                                                  |
| `delete`     | [Delete](/grey-matter-documentation/usage/fabric/cli/delete.md) a specific object and its configurations from the Grey Matter mesh.                                                         |
| `edit`       | [Edit](/grey-matter-documentation/usage/fabric/cli/edit.md) the configuration of an existing object in the Grey Matter mesh.                                                                |
| `get`        | [Get](/grey-matter-documentation/usage/fabric/cli/get.md) a specific object and its configurations from the Grey Matter mesh.                                                               |
| `list`       | [List](https://github.com/DecipherNow/gm-gitbook-sync/tree/f88cd215baf3ba5b6bc0076f1fd2e9791f661496/usage/fabric/cli/untitled.md) objects and their configurations in the Grey Matter mesh. |

**Need a reminder about mesh objects and their definitions?**

## Questions?

{% hint style="success" %}
**Need help with the CLI?** Contact our team at [Grey Matter Support](https://support.greymatter.io/support/home).
{% endhint %}


---

# 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://greymatter.gitbook.io/grey-matter-documentation/usage/fabric/cli.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.
