https://github.com/ljtill/radius-powershell
[WIP] PowerShell module for Radius
https://github.com/ljtill/radius-powershell
aws azure bicep kubernetes powershell radius
Last synced: 11 months ago
JSON representation
[WIP] PowerShell module for Radius
- Host: GitHub
- URL: https://github.com/ljtill/radius-powershell
- Owner: ljtill
- Created: 2023-10-22T20:08:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-19T11:38:53.000Z (about 2 years ago)
- Last Synced: 2025-02-09T13:11:44.839Z (about 1 year ago)
- Topics: aws, azure, bicep, kubernetes, powershell, radius
- Language: PowerShell
- Homepage:
- Size: 136 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Radius PowerShell
This repository contains a PowerShell module designed to serve as a wrapper for the "rad" tool, offering a collection of PowerShell cmdlets tailored for interaction with Radius, the cloud-native application platform. Leveraging the Crescendo framework, this module simplifies the integration process, enabling developers and platform engineers to efficiently harness the power of Radius within the PowerShell ecosystem. These cmdlets streamline the development and management of cloud-native applications, ensuring best practices for cost, operations, and security in the Radius environment.
_Please note these artifacts are under development and subject to change._
---
**Getting Started**
Prior to utilizing this module, it is necessary to have the Radius CLI installed on your local system.
```powershell
Import-Module "./src/Radius.psd1" -Force
Get-Command -Module "Radius"
```
The module has not yet been published on the PowerShell Gallery, so you'll need to import it manually for use.
---
- [Website](https://radapp.io/)
- [Documentation](https://docs.radapp.io/)
- [Source](https://github.com/radius-project/radius)
- [Samples](https://github.com/radius-project/samples)
- [Recipes](https://github.com/radius-project/recipes)
- [Commands](https://github.com/ljtill/radius-powershell/blob/main/src/README.md)