New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@senx/warpfleet

Package Overview
Dependencies
Maintainers
3
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@senx/warpfleet

Warpfleet CLI

  • 1.0.51
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
14
decreased by-53.33%
Maintainers
3
Weekly downloads
 
Created
Source

WarpFleet cli

Warpfleet

Prerequisits

  • NodeJS

Installation

$ yarn install
$ yarn deploy

Usage

$ wf
       ___       __                     _______________         _____     
       __ |     / /_____ __________________  ____/__  /___________  /_    
       __ | /| / /_  __ `/_  ___/__  __ \_  /_   __  /_  _ \  _ \  __/    
       __ |/ |/ / / /_/ /_  /   __  /_/ /  __/   _  / /  __/  __/ /_      
       ____/|__/  \__,_/ /_/    _  .___//_/      /_/  \___/\___/\__/      
                                /_/                                        ™
Usage: wf [options] [command]

WarpFleet Command Line Interface

Options:
  -v, --version                                     output the version number
  --debug                                           Debug mode
  -h, --help                                        output usage information

Commands:
  init|i [options]                                  Initialize a new Project
  list|l [group] [artifact]                         List available artifact and/or versions
  info <group> <artifact> [version]                 Get information about a specific artifact
  install [options] [wfFile]                        Install your dependencies into your Warp 10
  get|g [options] <group> [artifact] [version]      Retrieve the packed macros, plugin or extension archive. If no version is specified, the most recent one is retrieved.
  publish|p [options] [version] [path] [repoUrl]    Publishes a plugin, macro or extension against WarpFleet
  unpublish|u [options] [version] [path] [repoUrl]  Unpublishes a plugin, macro or extension against WarpFleet

Init

$ wf init --help
Usage: init|i [options]

Initialize a new Project

Options:
  -w, --wf    Generate only wf.json
  -h, --help  output usage information

List

$ wf list --help
Usage: list|l [options] [group] [artifact]

List available artifact and/or versions

Options:
  -h, --help  output usage information

Info

$ wf info --help
Usage: info [options] <group> <artifact> [version]

Get information about a specific artifact

Options:
  -h, --help  output usage information

Install

$ wf install --help
Usage: install [options] [wfFile]
     
     Install your dependencies into your Warp 10
     
     Options:
       -c, --conf <warp10ConfFile>  Warp 10 configuration file path
       -d, --confDir <confDir>      Warp 10 configuration directory (for Warp 10 >= 2.1.0)
       -m, --macroDir <macroPath>   Warp 10 macro directory path
       -l, --libDir <libPath>       Warp 10 lib directory path
       -f, --force                  Force the configuration creation
       -h, --help                   output usage information

Get

$ wf get --help
Usage: get|g [options] <group> [artifact] [version]

Retrieve the packed macros, plugin or extension archive. If no version is specified, the most recent one is retrieved.

Options:
  -c, --conf <warp10ConfFile>  Warp 10 configuration file path
  -d, --confDir <confDir>      Warp 10 configuration directory (for Warp 10 >= 2.1.0)
  -m, --macroDir <macroPath>   Warp 10 macro directory path
  -l, --libDir <libPath>       Warp 10 lib directory path
  -h, --help                   output usage information

Publish

$ wf publish --help
Usage: publish|p [options] [version] [path] [repoUrl]

Publishes a plugin, macro or extension against WarpFleet

Options:
  -g --gpg <gpgKeyId>  GPG Key Id
  -h, --help           output usage information

Unpublish

$ wf unpublish --help
Usage: unpublish|u [options] [version] [path] [repoUrl]

Unpublishes a plugin, macro or extension against WarpFleet

Options:
  -g --gpg <gpgKeyId>  GPG Key Id
  -h, --help           output usage information

Generate documentation

$ wf doc --help
Usage: index doc [options] [url] [source] [dest]

Generates documentation files against a Warp 10 instance due to the INFOMODE.

Options:
  -o --output <format>  Output format (json, html, markdown)
  -h, --help            display help for command

Sample:

$ wf doc  http://localhost:8080 /home/user/warpscript ./doc -o html

Keywords

FAQs

Package last updated on 02 Nov 2023

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc