0.0.0 • Published 3 years ago

@tenderly/loki v0.0.0

Weekly downloads
20
License
MIT
Repository
github
Last release
3 years ago

mortar-tenderly

Solidity IaC deployment tool

Version Downloads/week License

Usage

$ npm install -g @tenderly/loki
$ mortar COMMAND
running command...
$ mortar (-v|--version|version)
@tenderly/loki/0.0.0 darwin-x64 node-v10.21.0
$ mortar --help [COMMAND]
USAGE
  $ mortar COMMAND
...

Commands

mortar deploy [PATH]

Deploy new migrations, difference between current and already deployed.

USAGE
  $ mortar deploy [PATH]

OPTIONS
  -h, --help                 show CLI help
  --debug                    Used for debugging purposes.
  --networkId=networkId      (required) Network ID of the network you are willing to deploy your contracts.
  --rpcProvider=rpcProvider  RPC Provider - URL of open RPC interface for your ethereum node.

  --state=state              Provide name of module's that you would want to use as state. Most commonly used if you are
                             deploying more than one module that are dependant on each other.

  --yes                      Used to skip confirmation questions.

See code: src/commands/deploy.ts

mortar diff [PATH]

Difference between deployed and current migrations.

USAGE
  $ mortar diff [PATH]

OPTIONS
  -h, --help             show CLI help
  --debug                Flag used for debugging
  --networkId=networkId  (required) Network ID of the network you are willing to deploy your contracts.

  --state=state          Provide name of module's that you would want to use as states. Most commonly used if you are
                         deploying more than one module that are dependant on each other.

See code: src/commands/diff.ts

mortar genTypes [PATH]

describe the command here

USAGE
  $ mortar genTypes [PATH]

OPTIONS
  -h, --help  show CLI help
  --debug     Flag used for debugging

See code: src/commands/genTypes.ts

mortar help [COMMAND]

display help for mortar

USAGE
  $ mortar help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

mortar init

Initialize mortar configuration file

USAGE
  $ mortar init

OPTIONS
  -h, --help               show CLI help
  --debug                  Flag used for debugging
  --networkId=networkId    (required) Network ID of the network you are willing to deploy your contracts
  --privateKey=privateKey  (required) Private Key of the deployer account

See code: src/commands/init.ts

mortar deploy

describe the command here

USAGE
  $ mortar deploy

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src/commands/deploy.ts

mortar diff

describe the command here

USAGE
  $ mortar diff

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src/commands/diff.ts