migrate

package
v0.10.0 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FastlaneCommand

func FastlaneCommand() *ffcli.Command

FastlaneCommand returns the "migrate fastlane" subcommand.

func MigrateCommand

func MigrateCommand() *ffcli.Command

MigrateCommand returns the parent migrate command.

Types

type FastlaneSummary

type FastlaneSummary struct {
	Source      string          `json:"source"`
	OutputDir   string          `json:"outputDir,omitempty"`
	DryRun      bool            `json:"dryRun"`
	Locales     []LocaleSummary `json:"locales"`
	TotalFiles  int             `json:"totalFiles"`
	TotalImages int             `json:"totalImages"`
	Warnings    []string        `json:"warnings,omitempty"`
}

FastlaneSummary is the JSON-serialisable result of a migration.

type LocaleSummary

type LocaleSummary struct {
	Locale     string   `json:"locale"`
	TextFiles  []string `json:"textFiles,omitempty"`
	Changelogs []string `json:"changelogs,omitempty"`
	Images     []string `json:"images,omitempty"`
}

LocaleSummary describes what was found/imported for one locale.

Jump to

Keyboard shortcuts

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