UNPKG

@liara/cli

Version:

The command line interface for Liara

13 lines (12 loc) 250 B
export async function createAction(vmId, action, gotClient) { try { await gotClient.patch(`vm/power/${vmId}`, { json: { action, }, }); } catch (error) { throw error; } }