alks
Version:
CLI for working with ALKS
27 lines (24 loc) • 461 B
text/typescript
export function getOutputValues() {
// if adding new output types be sure to update keys.js:getKeyOutput
return [
'env',
'json',
'docker',
'creds',
'idea',
'export',
'set',
'powershell',
'linux',
'fishshell',
'terraformenv',
'terraformarg',
'aws',
];
}
export function getOutputValuesRoleTypes() {
return ['list', 'json'];
}
export function getOutputValuesAccounts() {
return ['table', 'json'];
}