We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8921314 commit 3fdb473Copy full SHA for 3fdb473
packages/core-manager/src/actions/process-restart.ts
@@ -18,6 +18,7 @@ export class Action implements Actions.Action {
18
type: "string",
19
},
20
21
+ required: ["name"],
22
};
23
24
public async execute(params: any): Promise<any> {
packages/core-manager/src/actions/snapshots-restore.ts
@@ -31,6 +31,7 @@ export class Action implements Actions.Action {
31
type: "boolean",
32
33
34
35
36
37
public async execute(params: { name: string; truncate?: boolean; verify?: boolean }): Promise<any> {
0 commit comments