Install Options
Install psRadiantOne from the PowerShell Gallery, a GitHub release, or the main branch.
Getting Started
Connect to a RadiantOne deployment or SaaS tenant, and work with the session.
psRadiantOne wraps the REST API of the Radiant Logic RadiantOne platform. It gives you commands for authentication and administration - the global namespace, the directory schema and browser, data sources and schemas, security settings, tasks, configuration promotion and the file manager - all from within PowerShell.
The module covers the RadiantOne v8.x API as published in the vendor’s OpenAPI definition, and targets both self-hosted deployments and SaaS tenants.
Install-Module -Name psRadiantOne -Scope CurrentUser
Connect-R1Session -BaseURI 'https://sometenant.example.radiantlogic.io/api' -Credential (Get-Credential)
Get-R1NamingContext
psRadiantOne is pre-1.0. Command names, parameters and grouping may still change as real-world usage shapes them. Issues and pull requests are encouraged.