Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@multiplayer-app/cli

Package Overview
Dependencies
Maintainers
5
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Potential malware was recently detected in this package.

Affected versions:

2.0.862.0.89

@multiplayer-app/cli

Multiplayer CLI

Source
npmnpm
Version
1.3.36
Version published
Weekly downloads
481
75.55%
Maintainers
5
Weekly downloads
 
Created
Source

Overview

This module is for creating release and deployment. It can be used from the command line or programatically from a node script.

Command Line

Install

In order to create release or deployment from the command line, install the library globally.

npm install -g @multiplayer-app/cli

Usage

Options can be provided on the command line or as environment variables.

Create release:
multiplayer-app-cli releases create --apiKey=[apiKey] --service=[name] --release=[release] --releaseNotes=[releaseNotes]

Options:
  --apiKey         Multiplayer personal user API key (MULTIPLAYER_API_KEY)
  --service        Service name (SERVICE_NAME)
  --release        Service release (RELEASE)
  --commitHash     [Optional] Repository URL (REPOSITORY_URL)
  --releaseNotes   [Optional] Release notes (RELEASE_NOTES)
To create deployment:
multiplayer-app-cli deployments create --apiKey=[apiKey] --service=[name] --release=[release] --environment=[environment]

Options:
  --apiKey         Multiplayer personal user API key (MULTIPLAYER_API_KEY)
  --service        Service name (SERVICE_NAME)
  --release        Service release (RELEASE)
  --environment    [Optional] Environment name (ENVIRONMENT)

Upload sourcemap

multiplayer-app-cli sourcemap upload /path/to/directory --apiKey=[apiKey] --service=[name] --release=[release] --environment=[environment]

Options:
  --apiKey         Multiplayer personal user API key (MULTIPLAYER_API_KEY)
  --service        Service name (SERVICE_NAME)
  --release        Service release (RELEASE)
  --environment    [Optional] Environment name (ENVIRONMENT)

Keywords

multiplayer

FAQs

Package last updated on 19 Feb 2026

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