Usage
m365 pp dataverse table get
Description
Gets information about the specified table
Options
| Option |
Description |
-n, --name<name> |
The name of the dataverse table to be retrieved |
-e, --environment <environment> |
The name of the environment to retrieve the dataverse table from |
--asAdmin |
Set, to retrieve the dataverse table as admin for environments you are not a member of |
Examples
List details of the contoso-users table for the given environment
m365 pp dataverse table get -n "contoso-users" -e "Default-2ca3eaa5-140f-4175-8261-3272edf9f339"
List details of the contoso-users table for given environment as Admin
m365 pp dataverse table get -n "contoso-users" -e "Default-2ca3eaa5-140f-4175-8261-3272edf9f339" --asAdmin
Additional Info
Depends on #3653
Usage
m365 pp dataverse table get
Description
Gets information about the specified table
Options
-n, --name<name>-e, --environment <environment>--asAdminExamples
List details of the contoso-users table for the given environment
List details of the contoso-users table for given environment as Admin
Additional Info
Depends on #3653