Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FastlaneCommand ¶
FastlaneCommand returns the "migrate fastlane" subcommand.
func MigrateCommand ¶
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.
Click to show internal directories.
Click to hide internal directories.