Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ExportCmd = &cobra.Command{
Use: "export",
Short: "Export project configuration to YAML",
Long: `Export databases, collections, and their schemas to a YAML file.
This enables infrastructure-as-code workflows for Appwrite.
Examples:
aw export --file appwrite.yaml
aw export --file appwrite.yaml --project proj_123`,
RunE: runExport,
}
ExportCmd exports project configuration to YAML
View Source
var ImportCmd = &cobra.Command{
Use: "import",
Short: "Import project configuration from YAML",
Long: `Import databases and collections from a YAML configuration file.
Examples:
aw import --file appwrite.yaml`,
RunE: runImport,
}
ImportCmd imports project configuration from YAML
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.