Socket
Book a DemoInstallSign in
Socket

@cere-ddc-sdk/cli

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cere-ddc-sdk/cli

DDC command line interface

latest
Source
npmnpm
Version
2.16.0
Version published
Maintainers
1
Created
Source

@cere-ddc-sdk/cli

DDC CLI provides a flexible set of commands for developers to help setting up a DDC account, upload/download files and more.

System requirements

  • NodeJS >= 18.0.0

Installation

Global installation:

npm install -g @cere-ddc-sdk/cli

As a project dependency

npm install --save-dev @cere-ddc-sdk/cli

Running with NPX will auto-install the package

npx @cere-ddc-sdk/cli [command] [options]

Usage

All interactions with DDC CLI are of the form

npx @cere-ddc-sdk/cli [command] [options]

or using named binary

cere-ddc [command] [options]

Help

To display basic commands and arguments -

npx @cere-ddc-sdk/cli --help

Example

Upload a file to DDC

npx @cere-ddc-sdk/cli upload ./image.jpg network=testnet --signer="seed phrase" --bucketId=123

Configuration

It is possible to provide configuration file instead of adding all options to a command line

npx @cere-ddc-sdk/cli upload ./image.jpg --config ./ddc.config.json

The configuration file example

{
    "network": "testnet",
    "signer": "seed phrase",
    "signerType": "sr25519",
    "clusterId": "0x...",
}

Examples

License

Licensed under the Apache License

FAQs

Package last updated on 14 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.