Usage
pa environment get [options]
Description
Gets information about the specified Microsoft Power Apps environment
Options
| Option |
Description |
-n, --name <name> |
The name of the environment to get information about |
| Option |
Description |
-o, --option <option> |
option |
-o, --output [output] |
Output type. json,text. Default text |
--verbose |
Runs command with verbose logging |
--debug |
Runs command with debug logging |
Additional Information
Similar to implementation of #380 but with a slightly different endpoint. You can use /providers/Microsoft.PowerApps/environments/{name} for the data.
If the environment with the name you specified doesn't exist, you will get the Access to the environment 'xyz' is denied. error.
Usage
pa environment get [options]Description
Gets information about the specified Microsoft Power Apps environment
Options
-n, --name <name>-o, --option <option>-o, --output [output]json,text. Defaulttext--verbose--debugAdditional Information
Similar to implementation of #380 but with a slightly different endpoint. You can use
/providers/Microsoft.PowerApps/environments/{name}for the data.If the environment with the name you specified doesn't exist, you will get the Access to the environment 'xyz' is denied. error.