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

Cyclop

CLI to run Lighthouse-CLI multiple times, get aggregated value, and generate a raw 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
--raw-rGenerate raw reportBooleanfalse
--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 {code} by Web Platform Team @ Tokopedia

FAQs

Last updated on 02 Dec 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