summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/with_config
AgeCommit message (Collapse)Author
2022-05-13feat: add --no-config flag (#14555)Bartek IwaƄczuk
This flag disables loading of configuration file, ie. it will not be automatically discovered and loaded. Of course this flag conflicts with "--config" flag and they cannot be used together.
2022-02-25fix(cli): disable config discovery for remote script (#13745)Yoshiya Hinosawa