You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yarn machine-translate
yarn run v1.22.19
$ inlang machine translate && yarn fix-machine-translate
error: required option '--project <path>' not specified
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
It looks like in the new version of inlang, the project option is now required and it is expecting a format of {name}.inlang , but in the docs, it still says that the root is the default and that inlang will look for a project.inlang.json file.
Proposal
Can we get updated docs in the read.me and ideally a quick migration guide?
The text was updated successfully, but these errors were encountered:
The auto migration for #1678, in combination with updating to v2 of the CLI simultaneously, did not work. I updated the docs and removed the reference of the root file.
PS with the project directory you can soon move the project into your frontend folder. There won't be a need for projects at the root of a repo anymore :)
Problem
I upgraded my inlang to 2.0.0. Now, my scripts no longer work:
It looks like in the new version of inlang, the
project
option is now required and it is expecting a format of{name}.inlang
, but in the docs, it still says that the root is the default and that inlang will look for aproject.inlang.json
file.Proposal
Can we get updated docs in the read.me and ideally a quick migration guide?
The text was updated successfully, but these errors were encountered: