Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Akaizoku committed Feb 26, 2020
1 parent b748c62 commit e5fbb13
Showing 1 changed file with 51 additions and 38 deletions.
89 changes: 51 additions & 38 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ WildFly PowerShell Module (PSWF) is a framework to manage WildFly using PowerShe
### Installation

There are two ways of setting up the WildFly PowerShell Module on your system:
1. Download the PSWF module from the [Github repository](https://github.com/Akaizoku/PSWF);
1. Install the PSWF module from the [PowerShell Gallery](https://www.powershellgallery.com/packages/PSWF).
1. Download the PSWF module from the [Github repository](https://github.com/Akaizoku/PSWF);
2. Install the PSWF module from the [PowerShell Gallery](https://www.powershellgallery.com/packages/PSWF).

```powershell
Install-Module -Name "PSWF" -Repository "PSGallery"
Expand All @@ -37,42 +37,55 @@ Import-Module -Name "PSWF"
Get-Command -Module "PSWF"
```

| CommandType | Name | Version | Source |
| ----------- | ---- | ------- | ------ |
| Function | Add-DataSource | 1.0.0 | PSWF |
| Function | Add-JDBCDriver | 1.0.0 | PSWF |
| Function | Add-Module | 1.0.0 | PSWF |
| Function | Add-SecurityRole | 1.0.0 | PSWF |
| Function | Add-User | 1.0.0 | PSWF |
| Function | Add-UserGroupRole | 1.0.0 | PSWF |
| Function | Disable-RBAC | 1.0.0 | PSWF |
| Function | Enable-RBAC | 1.0.0 | PSWF |
| Function | Grant-SecurityRole | 1.0.0 | PSWF |
| Function | Invoke-DeployWAR | 1.0.0 | PSWF |
| Function | Invoke-JBossClient | 1.0.0 | PSWF |
| Function | Invoke-ReloadServer | 1.0.0 | PSWF |
| Function | Invoke-UndeployWAR | 1.0.0 | PSWF |
| Function | Read-DeploymentStatus | 1.0.0 | PSWF |
| Function | Read-Resource | 1.0.0 | PSWF |
| Function | Read-ServerState | 1.0.0 | PSWF |
| Function | Remove-DataSource | 1.0.0 | PSWF |
| Function | Remove-JDBCDriver | 1.0.0 | PSWF |
| Function | Remove-Module | 1.0.0 | PSWF |
| Function | Remove-Resource | 1.0.0 | PSWF |
| Function | Remove-SecurityRole | 1.0.0 | PSWF |
| Function | Remove-User | 1.0.0 | PSWF |
| Function | Remove-UserGroupRole | 1.0.0 | PSWF |
| Function | Resolve-ServerState | 1.0.0 | PSWF |
| Function | Set-Interface | 1.0.0 | PSWF |
| Function | Set-JavaOptions | 1.0.0 | PSWF |
| Function | Set-PortNumber | 1.0.0 | PSWF |
| Function | Set-PortOffset | 1.0.0 | PSWF |
| Function | Test-JBossClientOutcome | 1.0.0 | PSWF |
| Function | Test-Module | 1.0.0 | PSWF |
| Function | Test-SecurityRole | 1.0.0 | PSWF |
| Function | Test-ServerState | 1.0.0 | PSWF |
| Function | Test-User | 1.0.0 | PSWF |
| Function | Test-UserGroupRole | 1.0.0 | PSWF |
| CommandType | Name | Version | Source |
| ----------- | -------------------------- | ------- | ------ |
| Function | Add-DataSource | 1.0.1 | PSWF |
| Function | Add-JDBCDriver | 1.0.1 | PSWF |
| Function | Add-Module | 1.0.1 | PSWF |
| Function | Add-Resource | 1.0.1 | PSWF |
| Function | Add-SecurityDomain | 1.0.1 | PSWF |
| Function | Add-SecurityRole | 1.0.1 | PSWF |
| Function | Add-User | 1.0.1 | PSWF |
| Function | Add-UserGroupRole | 1.0.1 | PSWF |
| Function | Disable-DataSource | 1.0.1 | PSWF |
| Function | Disable-Deployment | 1.0.1 | PSWF |
| Function | Disable-RBAC | 1.0.1 | PSWF |
| Function | Enable-DataSource | 1.0.1 | PSWF |
| Function | Enable-Deployment | 1.0.1 | PSWF |
| Function | Enable-RBAC | 1.0.1 | PSWF |
| Function | Get-DeploymentStatus | 1.0.1 | PSWF |
| Function | Grant-SecurityRole | 1.0.1 | PSWF |
| Function | Invoke-DeployApplication | 1.0.1 | PSWF |
| Function | Invoke-JBossClient | 1.0.1 | PSWF |
| Function | Invoke-ReloadServer | 1.0.1 | PSWF |
| Function | Invoke-UndeployApplication | 1.0.1 | PSWF |
| Function | Read-Attribute | 1.0.1 | PSWF |
| Function | Read-DeploymentStatus | 1.0.1 | PSWF |
| Function | Read-Resource | 1.0.1 | PSWF |
| Function | Read-SecurityDomain | 1.0.1 | PSWF |
| Function | Read-ServerState | 1.0.1 | PSWF |
| Function | Remove-Attribute | 1.0.1 | PSWF |
| Function | Remove-DataSource | 1.0.1 | PSWF |
| Function | Remove-JDBCDriver | 1.0.1 | PSWF |
| Function | Remove-Module | 1.0.1 | PSWF |
| Function | Remove-Resource | 1.0.1 | PSWF |
| Function | Remove-SecurityDomain | 1.0.1 | PSWF |
| Function | Remove-SecurityRole | 1.0.1 | PSWF |
| Function | Remove-User | 1.0.1 | PSWF |
| Function | Remove-UserGroupRole | 1.0.1 | PSWF |
| Function | Test-DataSource | 1.0.1 | PSWF |
| Function | Test-DataSourceConnection | 1.0.1 | PSWF |
| Function | Test-Deployment | 1.0.1 | PSWF |
| Function | Test-JBossClientOutcome | 1.0.1 | PSWF |
| Function | Test-JDBCDriver | 1.0.1 | PSWF |
| Function | Test-Module | 1.0.1 | PSWF |
| Function | Test-Resource | 1.0.1 | PSWF |
| Function | Test-SecurityDomain | 1.0.1 | PSWF |
| Function | Test-SecurityRole | 1.0.1 | PSWF |
| Function | Test-ServerState | 1.0.1 | PSWF |
| Function | Test-User | 1.0.1 | PSWF |
| Function | Test-UserGroupRole | 1.0.1 | PSWF |
| Function | Write-Attribute | 1.0.1 | PSWF |

## Dependencies

Expand Down

0 comments on commit e5fbb13

Please sign in to comment.