exportcmd

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 9, 2026 License: MIT Imports: 8 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL