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

@liara/cli

Package Overview
Dependencies
Maintainers
1
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liara/cli

The command line interface for Liara

  • 1.9.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.5K
decreased by-4.46%
Maintainers
1
Weekly downloads
 
Created
Source

@liara/cli

The command line interface for Liara

Version Appveyor CI Downloads/week License

Usage

$ npm install -g @liara/cli
$ liara COMMAND
running command...
$ liara (-v|--version|version)
@liara/cli/1.9.0 linux-x64 node-v10.16.3
$ liara --help [COMMAND]
USAGE
  $ liara COMMAND
...

Commands

liara deploy

deploy a project

USAGE
  $ liara deploy

OPTIONS
  -d, --debug            show debug logs
  -h, --help             show CLI help
  -i, --image=image      docker image to deploy
  -p, --project=project  project id
  -v, --volume=volume    volume absolute path
  --api-token=api-token  your api token to use for authentication
  --args=args            docker image entrypoint args
  --build-arg=build-arg  docker image build args
  --no-project-logs      do not stream project logs after deployment
  --path=path            project path in your computer
  --platform=platform    the platform your project needs to run
  --port=port            the port that your app listens to

See code: src/commands/deploy.ts

liara help [COMMAND]

display help for liara

USAGE
  $ liara help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

liara login

login to your account

USAGE
  $ liara login

OPTIONS
  -d, --debug              show debug logs
  -e, --email=email        your email
  -h, --help               show CLI help
  -p, --password=password  your password
  --api-token=api-token    your api token to use for authentication

See code: src/commands/login.ts

liara logs

see a project's logs

USAGE
  $ liara logs

OPTIONS
  -d, --debug            show debug logs
  -h, --help             show CLI help
  -p, --project=project  (required) project id
  -s, --since=since      show logs since timestamp
  --api-token=api-token  your api token to use for authentication

See code: src/commands/logs.ts

liara restart [PROJECT]

restart a project

USAGE
  $ liara restart [PROJECT]

OPTIONS
  -d, --debug            show debug logs
  -h, --help             show CLI help
  --api-token=api-token  your api token to use for authentication

See code: src/commands/restart.ts

liara start [PROJECT]

start a project

USAGE
  $ liara start [PROJECT]

OPTIONS
  -d, --debug            show debug logs
  -h, --help             show CLI help
  --api-token=api-token  your api token to use for authentication

See code: src/commands/start.ts

liara stop [PROJECT]

stop a project

USAGE
  $ liara stop [PROJECT]

OPTIONS
  -d, --debug            show debug logs
  -h, --help             show CLI help
  --api-token=api-token  your api token to use for authentication

See code: src/commands/stop.ts

Keywords

FAQs

Package last updated on 25 Sep 2019

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