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
Give init an optional argument; if it's a path to a directory, we try to load a config from the _config.yml in that directory; if it's a file, we try to load it as a config.
From this config, init should be able to copy these config settings:
backend config
canvas host
canvas token
Anything else set by init will still need to be prompted for.
The text was updated successfully, but these errors were encountered:
Give
init
an optional argument; if it's a path to a directory, we try to load a config from the_config.yml
in that directory; if it's a file, we try to load it as a config.From this config,
init
should be able to copy these config settings:Anything else set by
init
will still need to be prompted for.The text was updated successfully, but these errors were encountered: