Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lens-protocol/cli

Package Overview
Dependencies
Maintainers
8
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lens-protocol/cli

Lens CLI

  • 0.0.0-canary-20240430125244
  • canary
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-50%
Maintainers
8
Weekly downloads
 
Created
Source

Lens CLI

CLI tool for Lens developers.

Please note, this is an experimental tool and it may undergo significant changes in the future.

Usage

Install the Lens CLI from npm.

npm install -g @lens-protocol/cli

See the available commands. The first level command decides the environment: development or production. You can use shorthand dev and prod instead.

lens development --help

or

lens production --help

Local Setup

First install dependencies. Run all commands from the monorepo root directory.

pnpm install

Start the development mode. It will watch for changes and rebuild the CLI.

pnpm --dir packages/cli dev

Then link the package globally.

pnpm --dir packages/cli link --global

Now you can run the CLI from anywhere.

lens --help

Delete the global link when you're done.

pnpm remove --global @lens-protocol/cli

FAQs

Package last updated on 30 Apr 2024

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