UNPKG

hzn-cli

Version:

Open Horizon CLI toolkit helps streamline the process of preparing node agents and perform tasks between orgs environments

12 lines (11 loc) 324 B
import { IHznParam, justRun, runDirectly, promptForUpdate } from '../../src/common/src/interface' export const hznParam: IHznParam = { org: 'myorg', configPath: 'configPath', name: 'name', objectType: 'objectType', objectId: 'objectId', objectFile: 'objectFile', mmsPattern: 'mmsPattern', action: 'action' }