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
Current: ./proton_cli new-project <name> <layout-id>
Desired: ./proton_cli new-project <name> <layout-name>
Reason: We want to reference layouts by name, not id, to make it easier for the user. Update command and functionality
Current:
./proton_cli new-project <name> <layout-id>Desired:
./proton_cli new-project <name> <layout-name>Reason: We want to reference layouts by name, not id, to make it easier for the user. Update command and functionality