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
Creating an environment with stackforms is not supported by the CLI yet.
Here how we will do it:
The current command will remain with the legacy cy projects create-env logic, but we will put a warning to migrate the command to cy projects create-raw-env.
We will create the cy projects create-stackforms-env that will allow to create env with stackforms.
In about 6 month, we will migrate the old creation command to cy projects create-raw-env and the new command using stackforms to cy projects create-env.
Todo:
Create stackforms command to create-stackforms-env
Alias the old create-env to create-raw-env
Add warning to old command
Add tests
The text was updated successfully, but these errors were encountered:
Creating an environment with stackforms is not supported by the CLI yet.
Here how we will do it:
The current command will remain with the legacy
cy projects create-env
logic, but we will put a warning to migrate the command tocy projects create-raw-env
.We will create the
cy projects create-stackforms-env
that will allow to create env with stackforms.In about 6 month, we will migrate the old creation command to
cy projects create-raw-env
and the new command using stackforms tocy projects create-env
.Todo:
create-stackforms-env
create-env
tocreate-raw-env
The text was updated successfully, but these errors were encountered: