🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@pureweb/platform-cli

Package Overview
Dependencies
Maintainers
2
Versions
409
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pureweb/platform-cli

Platform CLI

latest
Source
npmnpm
Version
5.0.5
Version published
Maintainers
2
Created
Source

Platform CLI

The Platform CLI is a command line interface used to manage your PureWeb projects.

Installation

To install the latest released version:

Using yarn:

$ yarn global add @pureweb/platform-cli

Using npm:

$ npm install -g @pureweb/platform-cli

Getting Started

Access the PureWeb Developer Console

  • Navigate to https://console.pureweb.io
  • Login (or signup) and create a new project.
  • Note the CLIENT_ID and CLIENT_SECRET for the project, for use in the next step.

Set up your PureWeb project configuration.

$ pw config set client-id <CLIENT_ID>
$ pw config set client-secret <CLIENT_SECRET>

Example Commands

For a full list of commands, run pw help.

Create an Agent Environment

$ pw environment create --name MyEnvironment

Create an Agent Token

$ pw agent create <environmentId>

Create a Model

$ pw model create MyModel /path/to/zip/file

Support

Contact support@pureweb.com with any questions or concerns.

FAQs

Package last updated on 13 Nov 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