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.
| Subcommand | Creates |
|---|---|
localesy new organization | A new organization. |
localesy new project | A new project. |
localesy new language | A 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
| Option | Description |
|---|---|
--env <name> | Run against a specific Localesy environment. |
Examples
localesy new # choose interactively
localesy new project
localesy new language
See also
localesy init- connect an existing project instead of creating one.localesy open- open the new project in the web app.
Was this helpful?