Export script parameters in multiple formats with a single click. No more manually reformatting parameters for automation pipelines or documentation.
Export Formats
Choose the format that works best for your use case:
JSON Format
Perfect for configuration files and structured data:
{
"recordType": "Building/Permit/Commercial/Application",
"status": "Submitted",
"validateAddress": true
}
Environment Variables
Ready for shell scripts and CI/CD pipelines:
export RECORD_TYPE="Building/Permit/Commercial/Application" export STATUS="Submitted" export VALIDATE_ADDRESS="true"
CLI Options
Ready to paste into command line tools:
--recordType "Building/Permit/Commercial/Application" --status "Submitted" --validateAddress
Use Cases
- Automation: Copy parameters directly into CI/CD pipelines
- Documentation: Generate parameter documentation automatically
- Testing: Quickly create test configurations
- Sharing: Share configurations with team members in any format
Benefits
- Save Time: One-click export instead of manual reformatting
- Reduce Errors: No typos from manual transcription
- Flexibility: Multiple formats for different use cases
- Consistency: Standardized parameter format across projects
Stop manually copying and reformatting parameters. Export them in the format you need instantly.