Socket
Socket
Sign inDemoInstall

cyclop-cli

Package Overview
Dependencies
12
Maintainers
4
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cyclop-cli

Cyclop CLI by Tokopedia Web Platform Team


Version published
Weekly downloads
0
decreased by-100%
Maintainers
4
Created
Weekly downloads
 

Readme

Source

Cyclop CLI

NPM Version Download

   ____           _                ____ _     ___
  / ___|   _  ___| | ___  _ __    / ___| |   |_ _|
 | |  | | | |/ __| |/ _ \| '_ \  | |   | |    | |
 | |__| |_| | (__| | (_) | |_) | | |___| |___ | |
  \____\__, |\___|_|\___/| .__/   \____|_____|___|
       |___/             |_|

A CLI to run Lighthouse multiple times and get the quantile value from that, generate a JSON and CSV report for you.

Installation

# NPM
$ npm i -g cyclop-cli

# YARN
$ yarn add -g cyclop-cli

# PNPM
$ pnpm i -g cyclop-cli

Usage

Version Check

$ cyclop-cli -v
# OR
$ cyclop-cli --version

Help Command

$ cyclop-cli -h
# OR
$ cyclop-cli --help

Interactive Command

$ cyclop-cli interactive

CLI Command

$ cyclop-cli cli -u=YOUR_URL --n=3 -c=cookieA=valueA -c=cookieB=valueB

Available Arguments on CLI

ArgumentAliasDescriptionData TypeDefault Value
--url-uURL to be testedStringrequired
--num-nNumber do you want to run the jobNumber1
--desktop-dUse desktop device instead of mobileBooleanfalse
--show-ui-uiShow the browser UI when testingBooleanfalse
--cookie-cAdditional cookies pair (key=value)Arrayempty

Use latest configuration

$ cyclop-cli file ./config.json

The root path will refer to ./cyclop-cli-reports/{YOUR_CONFIG_FILE}

Maintainers

  • @mazipan

© 2019 crafted by Web Platform Team

FAQs

Last updated on 19 Nov 2020

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc