npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

symbol-bootstrap-util

v1.1.0

Published

utilities for symbol-bootstrap

Downloads

7

Readme

symbol-bootstrap-util

utilities for symbol-bootstrap

Usage

$ npm install -g symbol-bootstrap-util
$ symbol-bootstrap-util COMMAND
running command...
$ symbol-bootstrap-util (--version)
symbol-bootstrap-util/1.1.0 win32-x64 node-v18.19.1
$ symbol-bootstrap-util --help [COMMAND]
USAGE
  $ symbol-bootstrap-util COMMAND
...
$ npm install -g symbol-bootstrap-util
$ symbol-bootstrap-util COMMAND
running command...
$ symbol-bootstrap-util (--version)
symbol-bootstrap-util/1.0.3 win32-x64 node-v18.19.1
$ symbol-bootstrap-util --help [COMMAND]
USAGE
  $ symbol-bootstrap-util COMMAND
...
$ npm install -g symbol-bootstrap-util
$ symbol-bootstrap-util COMMAND
running command...
$ symbol-bootstrap-util (--version)
symbol-bootstrap-util/1.0.0 win32-x64 node-v18.19.1
$ symbol-bootstrap-util --help [COMMAND]
USAGE
  $ symbol-bootstrap-util COMMAND
...

Commands

symbol-bootstrap-util conv

Convert the encryption version of custom-preset.yml or address.yml.

USAGE
  $ symbol-bootstrap-util conv -i <value> -o <value>

FLAGS
  -i, --in=<value>   (required) input the encrypted custom-preset.yml or addresses.yml
  -o, --out=<value>  (required) output the encrypted custom-preset.yml or addresses.yml

DESCRIPTION
  Convert the encryption version of custom-preset.yml or address.yml.

EXAMPLES
  $ symbol-bootstrap-util conv -i custom-preset.yml.bak -o custom-preset.yml

  $ symbol-bootstrap-util conv -i target/addresses.yml.bak -o target/addresses.yml

See code: src/commands/conv/index.ts

symbol-bootstrap-util dec

Decrypt the encrypted custom-preset.yml or address.yml.

USAGE
  $ symbol-bootstrap-util dec -i <value> -o <value>

FLAGS
  -i, --in=<value>   (required) input the encrypted custom-preset.yml or addresses.yml
  -o, --out=<value>  (required) output the decrypted custom-preset.yml or addresses.yml

DESCRIPTION
  Decrypt the encrypted custom-preset.yml or address.yml.

EXAMPLES
  $ symbol-bootstrap-util dec -i custom-preset.yml -o plan-custom-preset.yml

  $ symbol-bootstrap-util dec -i target/addresses.yml -o plain-addresses.yml

See code: src/commands/dec/index.ts

symbol-bootstrap-util enc41

Encrypt addresses.yml in version 4.1.x.

USAGE
  $ symbol-bootstrap-util enc41 -i <value> -o <value>

FLAGS
  -i, --in=<value>   (required) input decrypted addresses.yml
  -o, --out=<value>  (required) output encryption addresses.yml

DESCRIPTION
  Encrypt addresses.yml in version 4.1.x.

EXAMPLES
  $ symbol-bootstrap-util enc41 -i addresses_dec.yml -o addresses_enc.yml

See code: src/commands/enc41/index.ts

symbol-bootstrap-util enc42

Encrypt addresses.yml in version 4.2.x.

USAGE
  $ symbol-bootstrap-util enc42 -i <value> -o <value>

FLAGS
  -i, --in=<value>   (required) input decrypted addresses.yml
  -o, --out=<value>  (required) output encryption addresses.yml

DESCRIPTION
  Encrypt addresses.yml in version 4.2.x.

EXAMPLES
  $ symbol-bootstrap-util enc41 -i addresses_dec.yml -o addresses_enc.yml

See code: src/commands/enc42/index.ts

symbol-bootstrap-util help [COMMAND]

Display help for symbol-bootstrap-util.

USAGE
  $ symbol-bootstrap-util help [COMMAND...] [-n]

ARGUMENTS
  COMMAND...  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for symbol-bootstrap-util.

See code: @oclif/plugin-help

symbol-bootstrap-util passwd

Change password in encrypted custom-preset.yml or addresses.yml

USAGE
  $ symbol-bootstrap-util passwd -i <value> -o <value>

FLAGS
  -i, --in=<value>   (required) input the encrypted custom-preset.yml or addresses.yml
  -o, --out=<value>  (required) output the encrypted custom-preset.yml or addresses.yml

DESCRIPTION
  Change password in encrypted custom-preset.yml or addresses.yml

EXAMPLES
  $ symbol-bootstrap-util passwd -i custom-preset.yml.bak -o custom-preset.yml

  $ symbol-bootstrap-util passwd -i target/addresses.yml.bak -o target/addresses.yml

See code: src/commands/passwd/index.ts

symbol-bootstrap-util conv

Convert the encryption version of custom-preset.yml or address.yml.

USAGE
  $ symbol-bootstrap-util conv -i <value> -o <value>

FLAGS
  -i, --in=<value>   (required) input the encrypted custom-preset.yml or addresses.yml
  -o, --out=<value>  (required) output the encrypted custom-preset.yml or addresses.yml

DESCRIPTION
  Convert the encryption version of custom-preset.yml or address.yml.

EXAMPLES
  $ symbol-bootstrap-util conv -i custom-preset.yml.bak -o custom-preset.yml

  $ symbol-bootstrap-util conv -i target/addresses.yml.bak -o target/addresses.yml

See code: src/commands/conv/index.ts

symbol-bootstrap-util dec

Decrypt the encrypted custom-preset.yml or address.yml.

USAGE
  $ symbol-bootstrap-util dec -i <value> -o <value>

FLAGS
  -i, --in=<value>   (required) input the encrypted custom-preset.yml or addresses.yml
  -o, --out=<value>  (required) output the decrypted custom-preset.yml or addresses.yml

DESCRIPTION
  Decrypt the encrypted custom-preset.yml or address.yml.

EXAMPLES
  $ symbol-bootstrap-util dec -i custom-preset.yml -o plan-custom-preset.yml

  $ symbol-bootstrap-util dec -i target/addresses.yml -o plain-addresses.yml

See code: src/commands/dec/index.ts

symbol-bootstrap-util enc41

Encrypt addresses.yml in version 4.1.x.

USAGE
  $ symbol-bootstrap-util enc41 -i <value> -o <value>

FLAGS
  -i, --in=<value>   (required) input decrypted addresses.yml
  -o, --out=<value>  (required) output encryption addresses.yml

DESCRIPTION
  Encrypt addresses.yml in version 4.1.x.

EXAMPLES
  $ symbol-bootstrap-util enc41 -i addresses_dec.yml -o addresses_enc.yml

See code: src/commands/enc41/index.ts

symbol-bootstrap-util enc42

Encrypt addresses.yml in version 4.2.x.

USAGE
  $ symbol-bootstrap-util enc42 -i <value> -o <value>

FLAGS
  -i, --in=<value>   (required) input decrypted addresses.yml
  -o, --out=<value>  (required) output encryption addresses.yml

DESCRIPTION
  Encrypt addresses.yml in version 4.2.x.

EXAMPLES
  $ symbol-bootstrap-util enc42 -i addresses_dec.yml -o addresses_enc.yml

See code: src/commands/enc42/index.ts

symbol-bootstrap-util help [COMMAND]

Display help for symbol-bootstrap-util.

USAGE
  $ symbol-bootstrap-util help [COMMAND...] [-n]

ARGUMENTS
  COMMAND...  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for symbol-bootstrap-util.

See code: @oclif/plugin-help

symbol-bootstrap-util passwd

Change password in encrypted custom-preset.yml or addresses.yml

USAGE
  $ symbol-bootstrap-util passwd -i <value> -o <value>

FLAGS
  -i, --in=<value>   (required) input the encrypted custom-preset.yml or addresses.yml
  -o, --out=<value>  (required) output the encrypted custom-preset.yml or addresses.yml

DESCRIPTION
  Change password in encrypted custom-preset.yml or addresses.yml

EXAMPLES
  $ symbol-bootstrap-util passwd -i custom-preset.yml.bak -o custom-preset.yml

  $ symbol-bootstrap-util passwd -i target/addresses.yml.bak -o target/addresses.yml

See code: src/commands/passwd/index.ts