Setting value of setting on command line when no default value defined in build?
问题 I am writing a plugin that requires a specific setting: configUrl If I specify that setting in my build.conf it would look like this: MyPlugin.configUrl := "http://..../..." I can then use the command line to do this: sbt 'set MyPlugin.configUrl := "http://..../..."' performAction Is there a better way that allows me to not have that setting in build? If I start sbt without that setting I get the following error: [error] Reference to undefined setting: [error] [error] *:config-url from *