Docs
Cli
CLIlocalesy new

localesy new

Create an organization, project or language without leaving the terminal.

Synopsis

localesy new [organization | project | language] [--env <name>]

Description

Creates Localesy resources from the terminal. Running localesy new on its own prompts you to choose what to create; you can also pass the resource type directly.

SubcommandCreates
localesy new organizationA new organization.
localesy new projectA new project.
localesy new languageA new language in the current project.

When you add a language with localesy new language, you can optionally have Localesy generate the translations with AI straight away, so the new locale starts populated rather than empty.

Options

OptionDescription
--env <name>Run against a specific Localesy environment.

Examples

localesy new                  # choose interactively
localesy new project
localesy new language

See also

Was this helpful?
Docs
Copyright © Localesy. All rights reserved.