Constructors

Methods

  • Initializes objects in the context from a provided string Contains fields needed for deleting a node through separate commands

    Parameters

    • ctx: { config: NodeDeleteConfigClass; upgradeZipHash: any }

      accumulator object

    • ctxData: any

      data in string format

    Returns void

    file writable object

  • Returns an object that can be written to a file without data loss. Contains fields needed for deleting a node through separate commands

    Parameters

    Returns {
        adminKey: string;
        existingNodeAliases: NodeAliases;
        nodeAlias: `node${number}`;
        upgradeZipHash: string;
    }

    file writable object

  • Initializes objects in the context from a provided string Contains fields needed for updating a node through separate commands

    Parameters

    • ctx: { config: NodeUpdateConfigClass; upgradeZipHash: any }

      accumulator object

    • ctxData: any

      data in string format

    Returns void

    file writable object

  • Initializes objects in the context from a provided string Contains fields needed for updating a node through separate commands

    Parameters

    • ctx: { config: NodeUpgradeConfigClass; upgradeZipHash: any }

      accumulator object

    • ctxData: any

      data in string format

    Returns void

    file writable object