Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Contact Us
  • Home
  • API, CLI, and SDK Documentation
  • Command-line Interface

CLI: Licensing

Learn how to use the CLI to manage your DryvIQ Platform license.

Written by Andrea Harvey

Updated at April 28th, 2025

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Insights
    Prebuilt Insights Custom Insights
  • Content
  • Accounts
  • Activity Log
  • Content Scans
  • Migrations
    Migration Jobs Migration Reports Maps Flagged Items Migration Tools
  • Connections
    Supported Platform Connections Creating Connections Connection Maintenance Connection Pools
  • Entity Types
    DryvIQ Available Entity Types Custom Entity Types Entity Type Maintenance
  • Action Sets
    Creating Action Sets Action Sets Maintenance
  • Settings
    License Performance Notifications Extensions Entity Types Settings Display Settings Configuration
  • API, CLI, and SDK Documentation
    REST API Documentation Command-line Interface SDK Development
  • POC Offering
  • Release Notes
+ More

Table of Contents

Overview Show an Active License Command With Example Values Example Results Example JSON Results Activate a New License Key Command With Variables Command With Sample Values Example Results Refresh Current License Command Example Results Example JSON Results

The CLI references “skysync.” This is expected.

 

Overview

You can use the CLI to view your current license information, activate a new license, or refresh a license. In all examples, the authentication parameters are provided within the configuration file. For more information, see CLI: Authentication.

Show an Active License

This command shows the details of the active license.

Command With Example Values

skysync-cli license show

Example Results

License  123
Customer Acme Co (john@acme.com)
Expired

Example JSON Results

[
  {
    "key": "123",
    "customer": {
      "name": "Acme Co",
      "email": "john@acme.com"
    },
    "product": {
      "name": "SkySync v4"
    },
    "edition": {
      "name": "Enterprise"
    },
    "features": [
      "connection_a",
      "connection_b"
    ]
]

Activate a New License Key

This command allows you to activate one or more nodes using a license key. The parameters within the two curly braces (including the braces) will need to be replaced with valid values.

Command With Variables

skysync-cli license activate {{key}}

Command With Sample Values

skysync-cli license activate 123

Example Results

License  123
Customer Acme Co (john@acme.com)
Expired

Refresh Current License

This command allows you to refresh a license with the latest details from our licensing server. It can be useful if you recently changed your license, such as adding additional supported connectors.  

Command

skysync-cli license refresh

Example Results

License  123
Customer Acme Co (john@acme.com)
Expired

Example JSON Results

[
  {
    "key": "123",
    "customer": {
      "name": "Acme Co",
      "email": "john@acme.com"
    },
    "product": {
      "name": "SkySync v4"
    },
    "edition": {
      "name": "Enterprise"
    },
    "features": [
      "connection_a",
      "connection_b"
    ]
] 

 

command-line cli reports statistics licensing

Was this article helpful?

Yes
No
Give feedback about this article

How can we improve this article?

Share additional information and suggestions

Related Articles

  • Viewing License Details
  • CLI: Authentication
  • DryvIQ Command-line Interface for Migrations
  • CLI: Sessions

Copyright 2025 – DryvIQ, Inc.

Knowledge Base Software powered by Helpjuice

Expand

Definition by