Added more filtering options to app listing.
This commit is contained in:
@@ -32,10 +32,12 @@ or: sk-az-tools <command> --help`;
|
||||
}
|
||||
|
||||
function usageListApps() {
|
||||
return `Usage: sk-az-tools list-apps [--display-name|-n <name>] [global options]
|
||||
return `Usage: sk-az-tools list-apps [--display-name|-n <name>] [--app-id|-i <appId>] [--filter|-f <glob>] [global options]
|
||||
|
||||
Options:
|
||||
-n, --display-name <name> Filter apps by exact display name`;
|
||||
-n, --display-name <name> Get app by name
|
||||
-i, --app-id <appId> Get app by id
|
||||
-f, --filter <glob> Filter by app display name glob`;
|
||||
}
|
||||
|
||||
function usageListAppPermissions() {
|
||||
|
||||
Reference in New Issue
Block a user