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

laf-cli

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

laf-cli

laf-cli is a command-line tool designed to help developers quickly create, deploy, and manage applications on laf.

  • 1.0.0-patch.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
54
decreased by-26.03%
Maintainers
1
Weekly downloads
 
Created
Source

Project Introduction

laf-cli is a command-line tool designed to help developers quickly create, deploy, and manage applications on laf.

Quick Start

To install laf-cli, use npm:

npm install -g laf-cli

Once installation is complete, verify the installation using:

laf -v

To log in, use the login command with your personal access token (PAT), which can be obtained from User Settings -> Personal Access Tokens:

laf login <pat>

View the list of applications and initialize an application:

laf app list
laf app init <appId>

For more commands and usage:

laf -h

Development

To begin development, follow the steps below:

  1. Navigate to the cli directory in the terminal:
cd cli
  1. Install the required dependencies:
npm install
  1. Run the watch command:
npm run watch
  1. Open a new terminal and run link command:
npm link
  1. Finally, verify that everything is working as expected:
laf -v

File Tree

├── src
|  ├── action
|  |  ├── application
|  |  ├── auth
|  |  ├── dependency
|  |  ├── function
|  |  ├── policy
|  |  ├── storage
|  |  └── website
|  ├── api
|  |  └── v1
|  ├── command
|  |  ├── application
|  |  ├── auth
|  |  ├── dependency
|  |  ├── function
|  |  ├── policy
|  |  ├── storage
|  |  └── website
|  ├── common
|  ├── config
|  └── util
└── template

Keywords

FAQs

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