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
{{ message }}
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.
To allow users to easily use the new config.ini feature of goad we should add a command that allows to create a boilerplate ini file similar to rails new.
There are a few possible ways to go:
1.) We could create a new ini file from a boilerplate if no goad.ini is present. goad init
2.) We could add a goad --save-to-settings flag that stores all parameters passed to goad together with this flag in goad.ini allowing for configuration of persistent settings on the cli.
The text was updated successfully, but these errors were encountered:
To allow users to easily use the new config.ini feature of goad we should add a command that allows to create a boilerplate ini file similar to
rails new
.There are a few possible ways to go:
1.) We could create a new ini file from a boilerplate if no goad.ini is present.
goad init
2.) We could add a
goad --save-to-settings
flag that stores all parameters passed to goad together with this flag in goad.ini allowing for configuration of persistent settings on the cli.The text was updated successfully, but these errors were encountered: