Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split the State function into multiple PowerShell functions #292

Closed
Badgerati opened this issue Jun 28, 2019 · 1 comment · Fixed by #302
Closed

Split the State function into multiple PowerShell functions #292

Badgerati opened this issue Jun 28, 2019 · 1 comment · Fixed by #302

Comments

@Badgerati
Copy link
Owner

The state function's actions should be split out into multiple PowerShell functions. Each of these functions should be exported in pode.psd1.

Action New Function Returns
Set Set-PodeState object
Get Get-PodeState object
Remove Remove-PodeState object
Save Save-PodeState void
Restore Restore-PodeState void
@Badgerati Badgerati added this to the 1.0.0 milestone Jun 28, 2019
@Badgerati Badgerati added this to To do in Function Syntax Refactor via automation Jun 28, 2019
@Badgerati Badgerati moved this from To do to In progress in Function Syntax Refactor Jul 4, 2019
@Badgerati Badgerati self-assigned this Jul 4, 2019
@Badgerati
Copy link
Owner Author

Also a new function added: Test-PodeState

Function Syntax Refactor automation moved this from In progress to Done Jul 7, 2019
Badgerati added a commit that referenced this issue Jul 7, 2019
#292: Converts the State function to PowerShell syntax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant