Scripts and workflows for NetSuite SDF (SuiteCloud Development Framework) project setup, environment management, automated deployments, and CI/CD integration.
FlowSync Consulting specializes in NetSuite customization, integration, and automation. This toolkit reflects the SDF deployment practices we use in enterprise client projects.
Contact us for NetSuite consulting services →
- Project Scaffolding - Quick SDF project initialization
- Environment Management - Multi-environment configuration (dev, staging, prod)
- Automated Deployments - CI/CD integration scripts
- Validation Hooks - Pre-deployment validation and testing
- Rollback Support - Safe deployment rollback procedures
# Initialize new SDF project
./scripts/init-project.sh my-netsuite-project
# Deploy to sandbox
./scripts/deploy.sh --env sandbox
# Deploy to production
./scripts/deploy.sh --env production --validateMIT License - see LICENSE file for details.
Status: 🚧 Coming soon - toolkit under development