Socket
Book a DemoInstallSign in
Socket

@orbs-network/polygon-utils

Package Overview
Dependencies
Maintainers
12
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orbs-network/polygon-utils

Set of scripts to clean up annoying resources which terraform fails to clean between polygon runs

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
12
Created
Source

polygon-utils

This includes actions and utils to help maintain existing orbs-nodes.

- Modify EBS (os) disk size

Util to increase EBS size from 8GB to 16GB on aws and updates the linux Partition and FileSystem (without downtime)

polygon-utils increase-disk-size

This will:

  • Change the disk size on aws from 8GB to 16GB
  • Grow the partition of the disk to the correct new size
  • Extend the file system to work with the full disk size
  • tip - you can pass --profile to select a different aws profile to use (default is "default")

- Clean-up unnecessary files

Util to clean up unnecessary files from the os by executing several shell commands

polygon-utils clean-disk

This will:

  • Clean journals
  • Clean snaps
  • Clean apt-get
  • Purge snapd
  • tip - you can pass --profile to select a different aws profile to use (default is "default")

Keywords

polygon

FAQs

Package last updated on 14 Apr 2022

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