New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

capawesome

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

capawesome

The Capawesome Cloud Command Line Interface (CLI) to manage Live Updates and more.

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

cli

💻 The Capawesome Cloud Command Line Interface (CLI) can be used to manage Live Updates from the command line.

Installation

The Capawesome Cloud CLI can be installed globally via npm:

npm install -g @capawesome/cli

Usage

The Capawesome Cloud CLI can be invoked with the capawesome command.

npx capawesome <command> [options]

You can find a list of available commands in the Command Reference.

Help

The Capawesome Cloud CLI ships with command documentation that is accessible with the --help flag.

npx capawesome --help

Development

Run the following commands to get started with development:

  • Clone the repository:

    git clone https://github.com/capawesome-team/cli.git
    
  • Install dependencies:

    npm install
    
  • Copy the .capawesomerc.example file to .capawesomerc

  • Run your first command:

    npm start -- --help
    

    Note: The -- is required to pass arguments to the script.

Changelog

See CHANGELOG.

License

See LICENSE.

Keywords

capawesome

FAQs

Package last updated on 10 Jun 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