1.0.0 • Published 1 month ago

laf-cli v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 month ago

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
1.0.0

1 month ago

1.0.0-beta.14-fix2

3 months ago

1.0.0-beta.14-fix1

4 months ago

1.0.0-beta.14-fix0

5 months ago

1.0.0-beta.14

5 months ago

1.0.0-beta.11

8 months ago

1.0.0-beta.12

6 months ago

1.0.0-beta.10-fix

9 months ago

1.0.0-beta.10

10 months ago

1.0.0-beta.9

11 months ago

1.0.0-beta.6

1 year ago

1.0.0-beta.7

1 year ago

1.0.0-beta.3

1 year ago

1.0.0-beta.4

1 year ago

1.0.0-beta.5

1 year ago

1.0.0-alpha.2

1 year ago

1.0.0-alpha.1

1 year ago

1.0.0-alpha.0

1 year ago

0.8.5-alpha.0

2 years ago

0.8.5-alpha.1

2 years ago

0.8.5

2 years ago

0.8.4

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago