Module: CLI
ComposeDB CLI - the Command Line Interface that enables interactions with a Ceramic Node
You can check the Getting Started section on Ceramic documentation for some examples.
Installation
npm install @composedb/cli
Usage
The CLI exposes commands with different prefixes which make it possible to:
Command Prefix | Description |
---|---|
composedb did:* | generate private keys and create DIDs |
composedb composite:* | create and interact with Composites |
composedb model:* | create and interact with Models |
composedb document:* | create and interact with Documents |
composedb graphql:* | generate ComposeDB GraphQl Schemas and run a local GraphQL HTTP server |
Help
To see the list of all available commands with explanations, use:
composedb help