-
Notifications
You must be signed in to change notification settings - Fork 45
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
Feature: Custom Forms Commands #190
Comments
@kclinden Excellent, sounds great. We look forward to seeing what you contribute :-) |
Looks like the API is limited to XaaS forms. I will let you know if I figure any other way to export the custom forms :( |
Found the API to get the forms - |
First time contributing to another project. I have a file called Get-vRA-CustomForm.ps1 under my clone of your repo. Should I do a branch and commit?
|
Need to modify the above code to accept a piped cmdlet of get-vrablueprint. For example |
@kclinden Hi. Yes, make a branch in your own repository, then make a pull request against our master branch and we'll review it. |
I would like to look into adding cmdlets for workings with the form service.
Use Case:
Script exporting forms and importing forms for source control versioning with Git. Forms currently don't have any versioning built-in, and being able to manipulate them programmatically through PowerShell would be awesome.
The text was updated successfully, but these errors were encountered: