UNPKG

@hashgraph/solo

Version:

An opinionated CLI tool to deploy and manage private Hedera Networks.

10 lines 304 B
// SPDX-License-Identifier: Apache-2.0 /** * A request to get the version of the Helm CLI. */ export class VersionRequest { apply(builder) { builder.subcommands('version').argument('template', String.raw `{\"version\":\"{{.Version}}\"}`); } } //# sourceMappingURL=version-request.js.map