0.0.16 • Published 2 years ago

@gluestack-seal/cli v0.0.16

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

About @gluestack-seal/cli

Note: This repository contains the cli code of the seal.

Usage

  npm install -g @gluestack-seal/cli

Commands

seal command

$ seal
Usage: seal [options] [command]

Seal CLI tool

Options:
  -V, --version                           output the version number
  -h, --help                              display help for command

Commands:
  init                                    Inits the project with seal
  project:list                            Prints the list of available seal projects
  help [command]                          display help for command

init command

$ seal init

> Installed seal in <project_path>

project:list command

$ project:list

╔═══╤════════════════╤══════════════════════════════════════╗
║ # │ Project Name   │ Path                                 ║
╟───┼────────────────┼──────────────────────────────────────╢
║ 1 │ test           │ <path>/test                          ║
╟───┼────────────────┼──────────────────────────────────────╢
║ 2 │ sample-project │ <path>/sample-project                ║
╚═══╧════════════════╧══════════════════════════════════════╝

run:service command

$ seal run:service -p docker website --ports=9000
$ seal run:service -p local website
0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.14

2 years ago

0.0.15

2 years ago

0.0.9

2 years ago

0.0.16

2 years ago

0.0.8

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago