Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@liara/cli
Advanced tools
The command line interface for Liara
$ npm install -g @liara/cli
$ liara COMMAND
running command...
$ liara (-v|--version|version)
@liara/cli/2.6.6 linux-x64 node-v10.18.1
$ liara --help [COMMAND]
USAGE
$ liara COMMAND
...
liara deploy
liara help [COMMAND]
liara login
liara logs
liara restart [PROJECT]
liara start [PROJECT]
liara stop [PROJECT]
liara tunnel:close
liara tunnel:open
liara deploy
deploy an app
USAGE
$ liara deploy
OPTIONS
-a, --app=app app id
-d, --debug show debug logs
-h, --help show CLI help
-i, --image=image docker image to deploy
-m, --message=message the release message
-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
--detach do not stream app logs after deployment
--path=path app path in your computer
--platform=platform the platform your app needs to run
--port=port the port that your app listens to
--region=iran|germany the region you want to deploy your app 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
--region=iran|germany the region you want to deploy your app to
See code: src/commands/login.ts
liara logs
Fetch the logs of an app
USAGE
$ liara logs
OPTIONS
-a, --app=app (required) app id
-d, --debug show debug logs
-h, --help show CLI help
-s, --since=since show logs since timestamp
--api-token=api-token your api token to use for authentication
--region=iran|germany the region you want to deploy your app to
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
--region=iran|germany the region you want to deploy your app to
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
--region=iran|germany the region you want to deploy your app to
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
--region=iran|germany the region you want to deploy your app to
See code: src/commands/stop.ts
liara tunnel:close
close all open ssh tunnels
USAGE
$ liara tunnel:close
OPTIONS
-d, --debug show debug logs
-h, --help show CLI help
--api-token=api-token your api token to use for authentication
--region=iran|germany the region you want to deploy your app to
See code: src/commands/tunnel/close.ts
liara tunnel:open
open a ssh tunnel
USAGE
$ liara tunnel:open
OPTIONS
-d, --debug show debug logs
-h, --help show CLI help
--api-token=api-token your api token to use for authentication
--region=iran|germany the region you want to deploy your app to
See code: src/commands/tunnel/open.ts
FAQs
The command line interface for Liara
The npm package @liara/cli receives a total of 2,184 weekly downloads. As such, @liara/cli popularity was classified as popular.
We found that @liara/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.