@gluestack-seal/cli
TypeScript icon, indicating that this package has built-in type declarations

0.0.16 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @gluestack-seal/cli

Weekly Downloads

1

Version

0.0.16

License

ISC

Unpacked Size

315 kB

Total Files

374

Last publish

Collaborators

  • khalidimam1201
  • faizahmed
  • shivams_geek