Preface: I know code setup is deprecated in favor of code create, but we should still document this bug for travelers from search engines.
Version: v2.2.1.post0
Expectation: verdi code setup --config foo.yml should read the contents of the yaml file and setup up the code without prompting the user.
Current situation: verdi code setup ignores the config file. verdi code create does the correct thing.
Proposed solution: verdi code create does work and code setup is deprecated, so don't fix and remove code setup as soon as sufficient notice of deprecation has passed.
Preface: I know
code setupis deprecated in favor ofcode create, but we should still document this bug for travelers from search engines.Version: v2.2.1.post0
Expectation:
verdi code setup --config foo.ymlshould read the contents of the yaml file and setup up the code without prompting the user.Current situation:
verdi code setupignores the config file.verdi code createdoes the correct thing.Proposed solution:
verdi code createdoes work andcode setupis deprecated, so don't fix and removecode setupas soon as sufficient notice of deprecation has passed.