Add more act options to extension settings
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com>
This commit is contained in:
@@ -55,7 +55,11 @@ export enum Option {
|
||||
VariableFile = '--var-file',
|
||||
Input = '--input',
|
||||
InputFile = '--input-file',
|
||||
PayloadFile = '--eventpath'
|
||||
PayloadFile = '--eventpath',
|
||||
|
||||
|
||||
ActionCachePath = '--action-cache-path',
|
||||
ActionOfflineMode = '--action-offline-mode'
|
||||
}
|
||||
|
||||
export interface CommandArgs {
|
||||
|
||||
Reference in New Issue
Block a user