The command line interface for Liara
$ npm install -g @liara/cli
$ liara COMMAND
running command...
$ liara (--version|-v)
@liara/cli/5.1.0 linux-x64 node-v18.17.1
$ liara --help [COMMAND]
USAGE
$ liara COMMAND
...
liara account add
liara account list
liara account ls
liara account remove
liara account rm
liara account use
liara app create
liara app delete
liara app list
liara app logs
liara app ls
liara app restart
liara app shell
liara app start
liara app stop
liara autocomplete [SHELL]
liara bucket create
liara bucket delete
liara bucket list
liara bucket ls
liara create
liara db list
liara db ls
liara delete
liara deploy
liara disk create
liara env list
liara env ls
liara env set [ENV]
liara env unset [ENV]
liara help [COMMANDS]
liara login
liara logs
liara mail create
liara mail delete
liara mail list
liara mail ls
liara mail send
liara plan list
liara plan ls
liara restart
liara shell
liara start
liara stop
liara version
liara zone ch
liara zone check
liara zone create
liara zone del
liara zone delete
liara zone get
liara zone list
liara zone ls
liara zone record create ZONE
liara zone record get
liara zone record list
liara zone record ls
liara zone record remove
liara zone record rm
liara zone record update
liara zone rm
add an account
USAGE
$ liara account add [-h] [--debug] [--api-token <value>] [--region iran|germany] [-e <value>] [-p <value>] [-a
<value>]
FLAGS
-a, --account=<value> account name
-e, --email=<value> your email
-h, --help Show CLI help.
-p, --password=<value> your password
--api-token=<value> your api token to use for authentication
--debug show debug logs
--region=<option> the region you want to deploy your app to
<options: iran|germany>
DESCRIPTION
add an account
list available accounts
USAGE
$ liara account list [-h] [--debug] [--api-token <value>] [--region iran|germany] [--columns <value> | -x]
[--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
FLAGS
-h, --help Show CLI help.
-x, --extended show extra columns
--api-token=<value> your api token to use for authentication
--columns=<value> only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--debug show debug logs
--filter=<value> filter property by partial string matching, ex: name=foo
--no-header hide table header from output
--no-truncate do not truncate output to fit screen
--output=<option> output in a more machine friendly format
<options: csv|json|yaml>
--region=<option> the region you want to deploy your app to
<options: iran|germany>
--sort=<value> property to sort by (prepend '-' for descending)
DESCRIPTION
list available accounts
ALIASES
$ liara account ls
list available accounts
USAGE
$ liara account ls [-h] [--debug] [--api-token <value>] [--region iran|germany] [--columns <value> | -x]
[--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
FLAGS
-h, --help Show CLI help.
-x, --extended show extra columns
--api-token=<value> your api token to use for authentication
--columns=<value> only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--debug show debug logs
--filter=<value> filter property by partial string matching, ex: name=foo
--no-header hide table header from output
--no-truncate do not truncate output to fit screen
--output=<option> output in a more machine friendly format
<options: csv|json|yaml>
--region=<option> the region you want to deploy your app to
<options: iran|germany>
--sort=<value> property to sort by (prepend '-' for descending)
DESCRIPTION
list available accounts
ALIASES
$ liara account ls
remove an account
USAGE
$ liara account remove [-h] [--debug] [--api-token <value>] [--region iran|germany] [-a <value>]
FLAGS
-a, --account=<value> account name
-h, --help Show CLI help.
--api-token=<value> your api token to use for authentication
--debug show debug logs
--region=<option> the region you want to deploy your app to
<options: iran|germany>
DESCRIPTION
remove an account
ALIASES
$ liara account rm
remove an account
USAGE
$ liara account rm [-h] [--debug] [--api-token <value>] [--region iran|germany] [-a <value>]
FLAGS
-a, --account=<value> account name
-h, --help Show CLI help.
--api-token=<value> your api token to use for authentication
--debug show debug logs
--region=<option> the region you want to deploy your app to
<options: iran|germany>
DESCRIPTION
remove an account
ALIASES
$ liara account rm
select an account
USAGE
$ liara account use [-h] [--debug] [--api-token <value>] [--region iran|germany] [-a <value>]
FLAGS
-a, --account=<value> account name
-h, --help Show CLI help.
--api-token=<value> your api token to use for authentication
--debug show debug logs
--region=<option> the region you want to deploy your app to
<options: iran|germany>
DESCRIPTION
select an account
create an app
USAGE
$ liara app create [-h] [--debug] [--api-token <value>] [--region iran|germany] [-a <value>] [--platform
<value>] [--plan <value>]
FLAGS
-a, --app=<value> app id
-h, --help Show CLI help.
--api-token=<value> your api token to use for authentication
--debug show debug logs
--plan=<value> plan
--platform=<value> platform
--region=<option> the region you want to deploy your app to
<options: iran|germany>
DESCRIPTION
create an app
ALIASES
$ liara create
delete an app
USAGE
$ liara app delete [-h] [--debug] [--api-token <value>] [--region iran|germany] [-a <value>]
FLAGS
-a, --app=<value> app id
-h, --help Show CLI help.
--api-token=<value> your api token to use for authentication
--debug show debug logs
--region=<option> the region you want to deploy your app to
<options: iran|germany>
DESCRIPTION
delete an app
ALIASES
$ liara delete
list available apps
USAGE
$ liara app list [-h] [--debug] [--api-token <value>] [--region iran|germany] [--columns <value> | -x]
[--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
FLAGS
-h, --help Show CLI help.
-x, --extended show extra columns
--api-token=<value> your api token to use for authentication
--columns=<value> only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--debug show debug logs
--filter=<value> filter property by partial string matching, ex: name=foo
--no-header hide table header from output
--no-truncate do not truncate output to fit screen
--output=<option> output in a more machine friendly format
<options: csv|json|yaml>
--region=<option> the region you want to deploy your app to
<options: iran|germany>
--sort=<value> property to sort by (prepend '-' for descending)
DESCRIPTION
list available apps
ALIASES
$ liara app ls
fetch the logs of an app
USAGE
$ liara app logs [-h] [--debug] [--api-token <value>] [--region iran|germany] [-a <value>] [-s <value>] [-t]
[-f] [-c]
FLAGS
-a, --app=<value> app id
-c, --colorize colorize log output
-f, --follow follow log output
-h, --help Show CLI help.
-s, --since=<value> show logs since timestamp
-t, --timestamps show timestamps
--api-token=<value> your api token to use for authentication
--debug show debug logs
--region=<option> the region you want to deploy your app to
<options: iran|germany>
DESCRIPTION
fetch the logs of an app
ALIASES
$ liara logs
list available apps
USAGE
$ liara app ls [-h] [--debug] [--api-token <value>] [--region iran|germany] [--columns <value> | -x]
[--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
FLAGS
-h, --help Show CLI help.
-x, --extended show extra columns
--api-token=<value> your api token to use for authentication
--columns=<value> only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--debug show debug logs
--filter=<value> filter property by partial string matching, ex: name=foo
--no-header hide table header from output
--no-truncate do not truncate output to fit screen
--output=<option> output in a more machine friendly format
<options: csv|json|yaml>
--region=<option> the region you want to deploy your app to
<options: iran|germany>
--sort=<value> property to sort by (prepend '-' for descending)
DESCRIPTION
list available apps
ALIASES
$ liara app ls
restart an app
USAGE
$ liara app restart [-h] [--debug] [--api-token <value>] [--region iran|germany] [-a <value>]
FLAGS
-a, --app=<value> app id
-h, --help Show CLI help.
--api-token=<value> your api token to use for authentication
--debug show debug logs
--region=<option> the region you want to deploy your app to
<options: iran|germany>
DESCRIPTION
restart an app
ALIASES
$ liara restart
run a command in a running applet
USAGE
$ liara app shell [-h] [--debug] [--api-token <value>] [--region iran|germany] [-a <value>] [-c <value>]
FLAGS
-a, --app=<value> app id
-c, --command=<value> [default: /bin/bash] the command to execute
-h, --help Show CLI help.
--api-token=<value> your api token to use for authentication
--debug show debug logs
--region=<option> the region you want to deploy your app to
<options: iran|germany>
DESCRIPTION
run a command in a running applet
ALIASES
$ liara shell
start an app
USAGE
$ liara app start [-h] [--debug] [--api-token <value>] [--region iran|germany] [-a <value>]
FLAGS
-a, --app=<value> app id
-h, --help Show CLI help.
--api-token=<value> your api token to use for authentication
--debug show debug logs
--region=<option> the region you want to deploy your app to
<options: iran|germany>
DESCRIPTION
start an app
ALIASES
$ liara start
stop an app
USAGE
$ liara app stop [-h] [--debug] [--api-token <value>] [--region iran|germany] [-a <value>]
FLAGS
-a, --app=<value> app id
-h, --help Show CLI help.
--api-token=<value> your api token to use for authentication
--debug show debug logs
--region=<option> the region you want to deploy your app to
<options: iran|germany>
DESCRIPTION
stop an app
ALIASES
$ liara stop
display autocomplete installation instructions
USAGE
$ liara autocomplete [SHELL] [-r]
ARGUMENTS
SHELL (zsh|bash|powershell) Shell type
FLAGS
-r, --refresh-cache Refresh cache (ignores displaying instructions)
DESCRIPTION
display autocomplete installation instructions
EXAMPLES
$ liara autocomplete
$ liara autocomplete bash
$ liara autocomplete zsh
$ liara autocomplete powershell
$ liara autocomplete --refresh-cache
See code: @oclif/plugin-autocomplete
create a bucket
USAGE
$ liara bucket create [-h] [--debug] [--api-token <value>] [--region iran|germany] [--name <value>] [--permission
<value>] [--plan <value>]
FLAGS
-h, --help Show CLI help.
--api-token=<value> your api token to use for authentication
--debug show debug logs
--name=<value> name
--permission=<value> permission
--plan=<value> plan
--region=<option> the region you want to deploy your app to
<options: iran|germany>
DESCRIPTION
create a bucket
ALIASES
$ liara bucket create
delete a bucket
USAGE
$ liara bucket delete [-h] [--debug] [--api-token <value>] [--region iran|germany] [-b <value>] [-f]
FLAGS
-b, --bucket=<value> bucket name
-f, --force force the deletion
-h, --help Show CLI help.
--api-token=<value> your api token to use for authentication
--debug show debug logs
--region=<option> the region you want to deploy your app to
<options: iran|germany>
DESCRIPTION
delete a bucket
ALIASES
$ liara bucket delete
list available buckets
USAGE
$ liara bucket list [-h] [--debug] [--api-token <value>] [--region iran|germany] [--columns <value> | -x]
[--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
FLAGS
-h, --help Show CLI help.
-x, --extended show extra columns
--api-token=<value> your api token to use for authentication
--columns=<value> only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--debug show debug logs
--filter=<value> filter property by partial string matching, ex: name=foo
--no-header hide table header from output
--no-truncate do not truncate output to fit screen
--output=<option> output in a more machine friendly format
<options: csv|json|yaml>
--region=<option> the region you want to deploy your app to
<options: iran|germany>
--sort=<value> property to sort by (prepend '-' for descending)
DESCRIPTION
list available buckets
ALIASES
$ liara bucket ls
list available buckets
USAGE
$ liara bucket ls [-h] [--debug] [--api-token <value>] [--region iran|germany] [--columns <value> | -x]
[--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
FLAGS
-h, --help Show CLI help.
-x, --extended show extra columns
--api-token=<value> your api token to use for authentication
--columns=<value> only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--debug show debug logs
--filter=<value> filter property by partial string matching, ex: name=foo
--no-header hide table header from output
--no-truncate do not truncate output to fit screen
--output=<option> output in a more machine friendly format
<options: csv|json|yaml>
--region=<option> the region you want to deploy your app to
<options: iran|germany>
--sort=<value> property to sort by (prepend '-' for descending)
DESCRIPTION
list available buckets
ALIASES
$ liara bucket ls
create an app
USAGE
$ liara create [-h] [--debug] [--api-token <value>] [--region iran|germany] [-a <value>] [--platform
<value>] [--plan <value>]
FLAGS
-a, --app=<value> app id
-h, --help Show CLI help.
--api-token=<value> your api token to use for authentication
--debug show debug logs
--plan=<value> plan
--platform=<value> platform
--region=<option> the region you want to deploy your app to
<options: iran|germany>
DESCRIPTION
create an app
ALIASES
$ liara create
list available databases
USAGE
$ liara db list [-h] [--debug] [--api-token <value>] [--region iran|germany] [--columns <value> | -x]
[--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
FLAGS
-h, --help Show CLI help.
-x, --extended show extra columns
--api-token=<value> your api token to use for authentication
--columns=<value> only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--debug show debug logs
--filter=<value> filter property by partial string matching, ex: name=foo
--no-header hide table header from output
--no-truncate do not truncate output to fit screen
--output=<option> output in a more machine friendly format
<options: csv|json|yaml>
--region=<option> the region you want to deploy your app to
<options: iran|germany>
--sort=<value> property to sort by (prepend '-' for descending)
DESCRIPTION
list available databases
ALIASES
$ liara db ls
list available databases
USAGE
$ liara db ls [-h] [--debug] [--api-token <value>] [--region iran|germany] [--columns <value> | -x]
[--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
FLAGS
-h, --help Show CLI help.
-x, --extended show extra columns
--api-token=<value> your api token to use for authentication
--columns=<value> only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--debug show debug logs
--filter=<value> filter property by partial string matching, ex: name=foo
--no-header hide table header from output
--no-truncate do not truncate output to fit screen
--output=<option> output in a more machine friendly format
<options: csv|json|yaml>
--region=<option> the region you want to deploy your app to
<options: iran|germany>
--sort=<value> property to sort by (prepend '-' for descending)
DESCRIPTION
list available databases
ALIASES
$ liara db ls
delete an app
USAGE
$ liara delete [-h] [--debug] [--api-token <value>] [--region iran|germany] [-a <value>]
FLAGS
-a, --app=<value> app id
-h, --help Show CLI help.
--api-token=<value> your api token to use for authentication
--debug show debug logs
--region=<option> the region you want to deploy your app to
<options: iran|germany>
DESCRIPTION
delete an app
ALIASES
$ liara delete
deploy an app
USAGE
$ liara deploy [-h] [--debug] [--api-token <value>] [--region iran|germany] [--path <value>] [--platform
<value>] [-a <value>] [-p <value>] [-i <value>] [--detach] [--no-app-logs] [--args <value>] [--build-arg <value>]
[-m <value>] [-d <value>] [--no-cache] [-f <value>] [-b iran|germany]
FLAGS
-a, --app=<value> app id
-b, --build-location=<option> name of the build's location
<options: iran|germany>
-d, --disks=<value>... mount a disk
-f, --dockerfile=<value> name of the Dockerfile (default is "PATH/Dockerfile")
-h, --help Show CLI help.
-i, --image=<value> docker image to deploy
-m, --message=<value> the release message
-p, --port=<value> the port that your app listens to
--api-token=<value> your api token to use for authentication
--args=<value> docker image entrypoint args
--build-arg=<value>... docker image build args
--debug show debug logs
--detach run build in background
--no-app-logs do not stream app logs after deployment
--no-cache do not use cache when building the image
--path=<value> app path in your computer
--platform=<value> the platform your app needs to run
--region=<option> the region you want to deploy your app to
<options: iran|germany>
DESCRIPTION
deploy an app
See code: src/commands/deploy.ts
create a disk
USAGE
$ liara disk create [-h] [--debug] [--api-token <value>] [--region iran|germany] [-a <value>] [-n <value>] [-s
<value>]
FLAGS
-a, --app=<value> app id
-h, --help Show CLI help.
-n, --name=<value> disk name
-s, --size=<value> disk size
--api-token=<value> your api token to use for authentication
--debug show debug logs
--region=<option> the region you want to deploy your app to
<options: iran|germany>
DESCRIPTION
create a disk
list environment variables of an app
USAGE
$ liara env list [-h] [--debug] [--api-token <value>] [--region iran|germany] [-a <value>] [--columns
<value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv | --no-truncate]] [--no-header
| ]
FLAGS
-a, --app=<value> app id
-h, --help Show CLI help.
-x, --extended show extra columns
--api-token=<value> your api token to use for authentication
--columns=<value> only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--debug show debug logs
--filter=<value> filter property by partial string matching, ex: name=foo
--no-header hide table header from output
--no-truncate do not truncate output to fit screen
--output=<option> output in a more machine friendly format
<options: csv|json|yaml>
--region=<option> the region you want to deploy your app to
<options: iran|germany>
--sort=<value> property to sort by (prepend '-' for descending)
DESCRIPTION
list environment variables of an app
ALIASES
$ liara env ls
list environment variables of an app
USAGE
$ liara env ls [-h] [--debug] [--api-token <value>] [--region iran|germany] [-a <value>] [--columns
<value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv | --no-truncate]] [--no-header
| ]
FLAGS
-a, --app=<value> app id
-h, --help Show CLI help.
-x, --extended show extra columns
--api-token=<value> your api token to use for authentication
--columns=<value> only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--debug show debug logs
--filter=<value> filter property by partial string matching, ex: name=foo
--no-header hide table header from output
--no-truncate do not truncate output to fit screen
--output=<option> output in a more machine friendly format
<options: csv|json|yaml>
--region=<option> the region you want to deploy your app to
<options: iran|germany>
--sort=<value> property to sort by (prepend '-' for descending)
DESCRIPTION
list environment variables of an app
ALIASES
$ liara env ls
specifying environment variables to an app
USAGE
$ liara env set [ENV] [-h] [--debug] [--api-token <value>] [--region iran|germany] [-a <value>] [-f]
ARGUMENTS
ENV key=value pair
FLAGS
-a, --app=<value> app id
-f, --force force update
-h, --help Show CLI help.
--api-token=<value> your api token to use for authentication
--debug show debug logs
--region=<option> the region you want to deploy your app to
<options: iran|germany>
DESCRIPTION
specifying environment variables to an app
remove environment variables from an app
USAGE
$ liara env unset [ENV] [-h] [--debug] [--api-token <value>] [--region iran|germany] [-a <value>] [-f]
ARGUMENTS
ENV key
FLAGS
-a, --app=<value> app id
-f, --force force update
-h, --help Show CLI help.
--api-token=<value> your api token to use for authentication
--debug show debug logs
--region=<option> the region you want to deploy your app to
<options: iran|germany>
DESCRIPTION
remove environment variables from an app
Display help for liara.
USAGE
$ liara help [COMMANDS] [-n]
ARGUMENTS
COMMANDS Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for liara.
See code: @oclif/plugin-help
login to your account
USAGE
$ liara login [-h] [--debug] [--api-token <value>] [--region iran|germany] [-e <value>] [-p <value>]
FLAGS
-e, --email=<value> your email
-h, --help Show CLI help.
-p, --password=<value> your password
--api-token=<value> your api token to use for authentication
--debug show debug logs
--region=<option> the region you want to deploy your app to
<options: iran|germany>
DESCRIPTION
login to your account
See code: src/commands/login.ts
fetch the logs of an app
USAGE
$ liara logs [-h] [--debug] [--api-token <value>] [--region iran|germany] [-a <value>] [-s <value>] [-t]
[-f] [-c]
FLAGS
-a, --app=<value> app id
-c, --colorize colorize log output
-f, --follow follow log output
-h, --help Show CLI help.
-s, --since=<value> show logs since timestamp
-t, --timestamps show timestamps
--api-token=<value> your api token to use for authentication
--debug show debug logs
--region=<option> the region you want to deploy your app to
<options: iran|germany>
DESCRIPTION
fetch the logs of an app
ALIASES
$ liara logs
create a MailServer
USAGE
$ liara mail create [-h] [--debug] [--api-token <value>] [--region iran|germany] [--domain <value>] [--plan
<value>] [--mode <value>]
FLAGS
-h, --help Show CLI help.
--api-token=<value> your api token to use for authentication
--debug show debug logs
--domain=<value> domain
--mode=<value> mode
--plan=<value> plan
--region=<option> the region you want to deploy your app to
<options: iran|germany>
DESCRIPTION
create a MailServer
ALIASES
$ liara mail create
delete an MailServer
USAGE
$ liara mail delete [-h] [--debug] [--api-token <value>] [--region iran|germany] [-m <value>] [-f]
FLAGS
-f, --force force the deletion
-h, --help Show CLI help.
-m, --mail=<value> MailServer id
--api-token=<value> your api token to use for authentication
--debug show debug logs
--region=<option> the region you want to deploy your app to
<options: iran|germany>
DESCRIPTION
delete an MailServer
ALIASES
$ liara mail delete
list available MailServer
USAGE
$ liara mail list [-h] [--debug] [--api-token <value>] [--region iran|germany] [--columns <value> | -x]
[--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
FLAGS
-h, --help Show CLI help.
-x, --extended show extra columns
--api-token=<value> your api token to use for authentication
--columns=<value> only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--debug show debug logs
--filter=<value> filter property by partial string matching, ex: name=foo
--no-header hide table header from output
--no-truncate do not truncate output to fit screen
--output=<option> output in a more machine friendly format
<options: csv|json|yaml>
--region=<option> the region you want to deploy your app to
<options: iran|germany>
--sort=<value> property to sort by (prepend '-' for descending)
DESCRIPTION
list available MailServer
ALIASES
$ liara mail ls
list available MailServer
USAGE
$ liara mail ls [-h] [--debug] [--api-token <value>] [--region iran|germany] [--columns <value> | -x]
[--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
FLAGS
-h, --help Show CLI help.
-x, --extended show extra columns
--api-token=<value> your api token to use for authentication
--columns=<value> only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--debug show debug logs
--filter=<value> filter property by partial string matching, ex: name=foo
--no-header hide table header from output
--no-truncate do not truncate output to fit screen
--output=<option> output in a more machine friendly format
<options: csv|json|yaml>
--region=<option> the region you want to deploy your app to
<options: iran|germany>
--sort=<value> property to sort by (prepend '-' for descending)
DESCRIPTION
list available MailServer
ALIASES
$ liara mail ls
send a mail
USAGE
$ liara mail send [-h] [--debug] [--api-token <value>] [--region iran|germany] [--mail <value>] [--from
<value>] [--to <value>] [--subject <value>] [--text <value>] [--attachments <value>]
FLAGS
-h, --help Show CLI help.
--api-token=<value> your api token to use for authentication
--attachments=<value>... path of your attachments
--debug show debug logs
--from=<value> from
--mail=<value> MailServer id
--region=<option> the region you want to deploy your app to
<options: iran|germany>
--subject=<value> subject
--text=<value> text
--to=<value> to
DESCRIPTION
send a mail
ALIASES
$ liara mail send
list available plans
USAGE
$ liara plan list [-h] [--debug] [--api-token <value>] [--region iran|germany] [--columns <value> | -x]
[--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
FLAGS
-h, --help Show CLI help.
-x, --extended show extra columns
--api-token=<value> your api token to use for authentication
--columns=<value> only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--debug show debug logs
--filter=<value> filter property by partial string matching, ex: name=foo
--no-header hide table header from output
--no-truncate do not truncate output to fit screen
--output=<option> output in a more machine friendly format
<options: csv|json|yaml>
--region=<option> the region you want to deploy your app to
<options: iran|germany>
--sort=<value> property to sort by (prepend '-' for descending)
DESCRIPTION
list available plans
ALIASES
$ liara plan ls
list available plans
USAGE
$ liara plan ls [-h] [--debug] [--api-token <value>] [--region iran|germany] [--columns <value> | -x]
[--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
FLAGS
-h, --help Show CLI help.
-x, --extended show extra columns
--api-token=<value> your api token to use for authentication
--columns=<value> only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--debug show debug logs
--filter=<value> filter property by partial string matching, ex: name=foo
--no-header hide table header from output
--no-truncate do not truncate output to fit screen
--output=<option> output in a more machine friendly format
<options: csv|json|yaml>
--region=<option> the region you want to deploy your app to
<options: iran|germany>
--sort=<value> property to sort by (prepend '-' for descending)
DESCRIPTION
list available plans
ALIASES
$ liara plan ls
restart an app
USAGE
$ liara restart [-h] [--debug] [--api-token <value>] [--region iran|germany] [-a <value>]
FLAGS
-a, --app=<value> app id
-h, --help Show CLI help.
--api-token=<value> your api token to use for authentication
--debug show debug logs
--region=<option> the region you want to deploy your app to
<options: iran|germany>
DESCRIPTION
restart an app
ALIASES
$ liara restart
run a command in a running applet
USAGE
$ liara shell [-h] [--debug] [--api-token <value>] [--region iran|germany] [-a <value>] [-c <value>]
FLAGS
-a, --app=<value> app id
-c, --command=<value> [default: /bin/bash] the command to execute
-h, --help Show CLI help.
--api-token=<value> your api token to use for authentication
--debug show debug logs
--region=<option> the region you want to deploy your app to
<options: iran|germany>
DESCRIPTION
run a command in a running applet
ALIASES
$ liara shell
start an app
USAGE
$ liara start [-h] [--debug] [--api-token <value>] [--region iran|germany] [-a <value>]
FLAGS
-a, --app=<value> app id
-h, --help Show CLI help.
--api-token=<value> your api token to use for authentication
--debug show debug logs
--region=<option> the region you want to deploy your app to
<options: iran|germany>
DESCRIPTION
start an app
ALIASES
$ liara start
stop an app
USAGE
$ liara stop [-h] [--debug] [--api-token <value>] [--region iran|germany] [-a <value>]
FLAGS
-a, --app=<value> app id
-h, --help Show CLI help.
--api-token=<value> your api token to use for authentication
--debug show debug logs
--region=<option> the region you want to deploy your app to
<options: iran|germany>
DESCRIPTION
stop an app
ALIASES
$ liara stop
USAGE
$ liara version [--json] [--verbose]
FLAGS
--verbose Show additional information about the CLI.
GLOBAL FLAGS
--json Format output as json.
FLAG DESCRIPTIONS
--verbose Show additional information about the CLI.
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
See code: @oclif/plugin-version
Check a zone.
USAGE
$ liara zone ch [-h] [--debug] [--api-token <value>] [--region iran|germany] [-z <value>] [--columns
<value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv | --no-truncate]] [--no-header
| ]
FLAGS
-h, --help Show CLI help.
-x, --extended show extra columns
-z, --zone=<value> name of the zone (domain)
--api-token=<value> your api token to use for authentication
--columns=<value> only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--debug show debug logs
--filter=<value> filter property by partial string matching, ex: name=foo
--no-header hide table header from output
--no-truncate do not truncate output to fit screen
--output=<option> output in a more machine friendly format
<options: csv|json|yaml>
--region=<option> the region you want to deploy your app to
<options: iran|germany>
--sort=<value> property to sort by (prepend '-' for descending)
DESCRIPTION
Check a zone.
ALIASES
$ liara zone ch
Check a zone.
USAGE
$ liara zone check [-h] [--debug] [--api-token <value>] [--region iran|germany] [-z <value>] [--columns
<value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv | --no-truncate]] [--no-header
| ]
FLAGS
-h, --help Show CLI help.
-x, --extended show extra columns
-z, --zone=<value> name of the zone (domain)
--api-token=<value> your api token to use for authentication
--columns=<value> only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--debug show debug logs
--filter=<value> filter property by partial string matching, ex: name=foo
--no-header hide table header from output
--no-truncate do not truncate output to fit screen
--output=<option> output in a more machine friendly format
<options: csv|json|yaml>
--region=<option> the region you want to deploy your app to
<options: iran|germany>
--sort=<value> property to sort by (prepend '-' for descending)
DESCRIPTION
Check a zone.
ALIASES
$ liara zone ch
create a new zone
USAGE
$ liara zone create [-h] [--debug] [--api-token <value>] [--region iran|germany] [-z <value>]
FLAGS
-h, --help Show CLI help.
-z, --zone=<value> zone name (domain)
--api-token=<value> your api token to use for authentication
--debug show debug logs
--region=<option> the region you want to deploy your app to
<options: iran|germany>
DESCRIPTION
create a new zone
delete a zone.
USAGE
$ liara zone del [-h] [--debug] [--api-token <value>] [--region iran|germany] [-z <value>] [-y] [--columns
<value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv | --no-truncate]] [--no-header
| ]
FLAGS
-h, --help Show CLI help.
-x, --extended show extra columns
-y, --yes say yes to continue prompt
-z, --zone=<value> name of the zone (domain)
--api-token=<value> your api token to use for authentication
--columns=<value> only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--debug show debug logs
--filter=<value> filter property by partial string matching, ex: name=foo
--no-header hide table header from output
--no-truncate do not truncate output to fit screen
--output=<option> output in a more machine friendly format
<options: csv|json|yaml>
--region=<option> the region you want to deploy your app to
<options: iran|germany>
--sort=<value> property to sort by (prepend '-' for descending)
DESCRIPTION
delete a zone.
ALIASES
$ liara zone del
$ liara zone rm
delete a zone.
USAGE
$ liara zone delete [-h] [--debug] [--api-token <value>] [--region iran|germany] [-z <value>] [-y] [--columns
<value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv | --no-truncate]] [--no-header
| ]
FLAGS
-h, --help Show CLI help.
-x, --extended show extra columns
-y, --yes say yes to continue prompt
-z, --zone=<value> name of the zone (domain)
--api-token=<value> your api token to use for authentication
--columns=<value> only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--debug show debug logs
--filter=<value> filter property by partial string matching, ex: name=foo
--no-header hide table header from output
--no-truncate do not truncate output to fit screen
--output=<option> output in a more machine friendly format
<options: csv|json|yaml>
--region=<option> the region you want to deploy your app to
<options: iran|germany>
--sort=<value> property to sort by (prepend '-' for descending)
DESCRIPTION
delete a zone.
ALIASES
$ liara zone del
$ liara zone rm
get a zone.
USAGE
$ liara zone get [-h] [--debug] [--api-token <value>] [--region iran|germany] [-z <value>] [--columns
<value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv | --no-truncate]] [--no-header
| ]
FLAGS
-h, --help Show CLI help.
-x, --extended show extra columns
-z, --zone=<value> name of the zone (domain)
--api-token=<value> your api token to use for authentication
--columns=<value> only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--debug show debug logs
--filter=<value> filter property by partial string matching, ex: name=foo
--no-header hide table header from output
--no-truncate do not truncate output to fit screen
--output=<option> output in a more machine friendly format
<options: csv|json|yaml>
--region=<option> the region you want to deploy your app to
<options: iran|germany>
--sort=<value> property to sort by (prepend '-' for descending)
DESCRIPTION
get a zone.
list all zones.
USAGE
$ liara zone list [-h] [--debug] [--api-token <value>] [--region iran|germany] [--columns <value> | -x]
[--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
FLAGS
-h, --help Show CLI help.
-x, --extended show extra columns
--api-token=<value> your api token to use for authentication
--columns=<value> only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--debug show debug logs
--filter=<value> filter property by partial string matching, ex: name=foo
--no-header hide table header from output
--no-truncate do not truncate output to fit screen
--output=<option> output in a more machine friendly format
<options: csv|json|yaml>
--region=<option> the region you want to deploy your app to
<options: iran|germany>
--sort=<value> property to sort by (prepend '-' for descending)
DESCRIPTION
list all zones.
ALIASES
$ liara zone ls
list all zones.
USAGE
$ liara zone ls [-h] [--debug] [--api-token <value>] [--region iran|germany] [--columns <value> | -x]
[--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
FLAGS
-h, --help Show CLI help.
-x, --extended show extra columns
--api-token=<value> your api token to use for authentication
--columns=<value> only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--debug show debug logs
--filter=<value> filter property by partial string matching, ex: name=foo
--no-header hide table header from output
--no-truncate do not truncate output to fit screen
--output=<option> output in a more machine friendly format
<options: csv|json|yaml>
--region=<option> the region you want to deploy your app to
<options: iran|germany>
--sort=<value> property to sort by (prepend '-' for descending)
DESCRIPTION
list all zones.
ALIASES
$ liara zone ls
create a new dns record
USAGE
$ liara zone record create ZONE [-h] [--debug] [--api-token <value>] [--region iran|germany] [-n <value>] [-t <value>]
[-l <value>] [-i <value>] [-s <value>] [-m <value>] [-r <value>] [-x <value>]
ARGUMENTS
ZONE zone name (domain)
FLAGS
-h, --help Show CLI help.
-i, --ip=<value>... ip value for record A and AAAA
-l, --ttl=<value> time to live
-m, --mx=<value>... host and priority values for MX record. mx flag should be like this: --mx <hostname>,<priority>
-n, --name=<value> record name
-r, --srv=<value>... hostname, port, priority and weight values for SRV record. srv flag should be like this:
<hostname>,<port>,<priority>,<weight>
-s, --host=<value> host value for record ALIAS and CNAME
-t, --type=<value> record type
-x, --txt=<value>... text value for record TXT
--api-token=<value> your api token to use for authentication
--debug show debug logs
--region=<option> the region you want to deploy your app to
<options: iran|germany>
DESCRIPTION
create a new dns record
get a DNS record for a zone.
USAGE
$ liara zone record get [-h] [--debug] [--api-token <value>] [--region iran|germany] [-z <value>] [-n <value>]
[--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv | --no-truncate]]
[--no-header | ]
FLAGS
-h, --help Show CLI help.
-n, --name=<value> Name of the record
-x, --extended show extra columns
-z, --zone=<value> name of the zone (domain)
--api-token=<value> your api token to use for authentication
--columns=<value> only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--debug show debug logs
--filter=<value> filter property by partial string matching, ex: name=foo
--no-header hide table header from output
--no-truncate do not truncate output to fit screen
--output=<option> output in a more machine friendly format
<options: csv|json|yaml>
--region=<option> the region you want to deploy your app to
<options: iran|germany>
--sort=<value> property to sort by (prepend '-' for descending)
DESCRIPTION
get a DNS record for a zone.
list all DNS records for a zone.
USAGE
$ liara zone record list [-h] [--debug] [--api-token <value>] [--region iran|germany] [-z <value>] [--columns
<value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv | --no-truncate]] [--no-header
| ]
FLAGS
-h, --help Show CLI help.
-x, --extended show extra columns
-z, --zone=<value> name of the zone (domain)
--api-token=<value> your api token to use for authentication
--columns=<value> only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--debug show debug logs
--filter=<value> filter property by partial string matching, ex: name=foo
--no-header hide table header from output
--no-truncate do not truncate output to fit screen
--output=<option> output in a more machine friendly format
<options: csv|json|yaml>
--region=<option> the region you want to deploy your app to
<options: iran|germany>
--sort=<value> property to sort by (prepend '-' for descending)
DESCRIPTION
list all DNS records for a zone.
ALIASES
$ liara zone record ls
list all DNS records for a zone.
USAGE
$ liara zone record ls [-h] [--debug] [--api-token <value>] [--region iran|germany] [-z <value>] [--columns
<value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv | --no-truncate]] [--no-header
| ]
FLAGS
-h, --help Show CLI help.
-x, --extended show extra columns
-z, --zone=<value> name of the zone (domain)
--api-token=<value> your api token to use for authentication
--columns=<value> only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--debug show debug logs
--filter=<value> filter property by partial string matching, ex: name=foo
--no-header hide table header from output
--no-truncate do not truncate output to fit screen
--output=<option> output in a more machine friendly format
<options: csv|json|yaml>
--region=<option> the region you want to deploy your app to
<options: iran|germany>
--sort=<value> property to sort by (prepend '-' for descending)
DESCRIPTION
list all DNS records for a zone.
ALIASES
$ liara zone record ls
remove a DNS record for a zone.
USAGE
$ liara zone record remove [-h] [--debug] [--api-token <value>] [--region iran|germany] [-z <value>] [-n <value>]
[--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv | --no-truncate]]
[--no-header | ]
FLAGS
-h, --help Show CLI help.
-n, --name=<value> Name of the record
-x, --extended show extra columns
-z, --zone=<value> name of the zone (domain)
--api-token=<value> your api token to use for authentication
--columns=<value> only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--debug show debug logs
--filter=<value> filter property by partial string matching, ex: name=foo
--no-header hide table header from output
--no-truncate do not truncate output to fit screen
--output=<option> output in a more machine friendly format
<options: csv|json|yaml>
--region=<option> the region you want to deploy your app to
<options: iran|germany>
--sort=<value> property to sort by (prepend '-' for descending)
DESCRIPTION
remove a DNS record for a zone.
ALIASES
$ liara zone record rm
remove a DNS record for a zone.
USAGE
$ liara zone record rm [-h] [--debug] [--api-token <value>] [--region iran|germany] [-z <value>] [-n <value>]
[--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv | --no-truncate]]
[--no-header | ]
FLAGS
-h, --help Show CLI help.
-n, --name=<value> Name of the record
-x, --extended show extra columns
-z, --zone=<value> name of the zone (domain)
--api-token=<value> your api token to use for authentication
--columns=<value> only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--debug show debug logs
--filter=<value> filter property by partial string matching, ex: name=foo
--no-header hide table header from output
--no-truncate do not truncate output to fit screen
--output=<option> output in a more machine friendly format
<options: csv|json|yaml>
--region=<option> the region you want to deploy your app to
<options: iran|germany>
--sort=<value> property to sort by (prepend '-' for descending)
DESCRIPTION
remove a DNS record for a zone.
ALIASES
$ liara zone record rm
update a DNS record for a zone.
USAGE
$ liara zone record update [-h] [--debug] [--api-token <value>] [--region iran|germany] [-z <value>] [-n <value>] [-l
<value>] [-i <value>] [-s <value>] [-m <value>] [-r <value>] [-x <value>] [--columns <value> | -x] [--sort <value>]
[--filter <value>] [--output csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
FLAGS
-h, --help Show CLI help.
-i, --ip=<value>... ip value for record A and AAAA
-l, --ttl=<value> time to live
-m, --mx=<value>... host and priority values for MX record. mx flag should be like this: --mx <hostname>,<priority>
-n, --name=<value> record name
-r, --srv=<value>... hostname, port, priority and weight values for SRV record. srv flag should be like this:
<hostname>,<port>,<priority>,<weight>
-s, --host=<value> host value for record ALIAS and CNAME
-x, --extended show extra columns
-x, --txt=<value>... text value for record TXT
-z, --zone=<value> name of the zone (domain)
--api-token=<value> your api token to use for authentication
--columns=<value> only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--debug show debug logs
--filter=<value> filter property by partial string matching, ex: name=foo
--no-header hide table header from output
--no-truncate do not truncate output to fit screen
--output=<option> output in a more machine friendly format
<options: csv|json|yaml>
--region=<option> the region you want to deploy your app to
<options: iran|germany>
--sort=<value> property to sort by (prepend '-' for descending)
DESCRIPTION
update a DNS record for a zone.
delete a zone.
USAGE
$ liara zone rm [-h] [--debug] [--api-token <value>] [--region iran|germany] [-z <value>] [-y] [--columns
<value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv | --no-truncate]] [--no-header
| ]
FLAGS
-h, --help Show CLI help.
-x, --extended show extra columns
-y, --yes say yes to continue prompt
-z, --zone=<value> name of the zone (domain)
--api-token=<value> your api token to use for authentication
--columns=<value> only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--debug show debug logs
--filter=<value> filter property by partial string matching, ex: name=foo
--no-header hide table header from output
--no-truncate do not truncate output to fit screen
--output=<option> output in a more machine friendly format
<options: csv|json|yaml>
--region=<option> the region you want to deploy your app to
<options: iran|germany>
--sort=<value> property to sort by (prepend '-' for descending)
DESCRIPTION
delete a zone.
ALIASES
$ liara zone del
$ liara zone rm