Dune PSModule — Installation & Login¶
This quick reference explains start and use the Dune PowerShell module (public functions only). Keep it nearby for newcomers and CI scripts.
Requirements¶
- PowerShell: PowerShell 5.1 (Windows) or PowerShell 7+ (recommended).
- Network:
- Internet access to install psmodule from powershellgallery
- Access to the Dune API endpoint for your tenant.
Install¶
- Install from powershellgallery: import the module code directly from the repo root:
Start / Authenticate¶
- Interactive using Social Login (default):
This will open the social login prompt in the browser, please login with granted account. Once logged in, it will cache the session for further console sessions
- Credential-based:
- Bearer token:
- Disconnect:
This will delete the cached session. Use -KeepCachedSession in order to keep it.
Finding Help¶
- Use PowerShell help to view the generated comment-based help for public functions: