Exporting Projects
Theexport-project
command allows you to export a project and its associated resources to a local zip file:
- Project metadata
- Associated assistants
- Document stores
- Data stores
- Models
- Other related components
Importing Projects
Theimport-project
command allows you to import a project from a previously exported zip file:
- Create the project in the target environment
- Import all associated components
- Maintain relationships between components
- Set up necessary permissions
Bootstrapping Projects
Thebootstrap
command allows you to create a new project with default settings:
Examples
Export a project to a file
Import a project from a file
Bootstrap a new project
Best Practices
- Use project exports for backups before making significant changes
- Use project exports/imports to migrate between development and production environments
- Name exported files with version information for better tracking
- Review imported projects after import to ensure all components were correctly created