New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@tenderly/loki

Package Overview
Dependencies
Maintainers
4
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tenderly/loki

Solidity IaC deployment tool

  • 0.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

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

Keywords

FAQs

Package last updated on 19 Jan 2021

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