We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
У команды bindrepo есть параметр --NotReplaceCfg
bindrepo
--NotReplaceCfg
https://github.com/silverbulleters/vanessa-runner/blob/759649af1be456501ec9e0123657af3e3ef5be42/src/%D0%9A%D0%BB%D0%B0%D1%81%D1%81%D1%8B/%D0%9A%D0%BE%D0%BC%D0%B0%D0%BD%D0%B4%D0%B0%D0%9F%D0%BE%D0%B4%D0%BA%D0%BB%D1%8E%D1%87%D0%B8%D1%82%D1%8C%D1%81%D1%8F%D0%9A%D0%A5%D1%80%D0%B0%D0%BD%D0%B8%D0%BB%D0%B8%D1%89%D1%83.os#L38-L39
Но далее по коду имеет противоположный смысл
https://github.com/silverbulleters/vanessa-runner/blob/759649af1be456501ec9e0123657af3e3ef5be42/src/%D0%9A%D0%BB%D0%B0%D1%81%D1%81%D1%8B/%D0%9A%D0%BE%D0%BC%D0%B0%D0%BD%D0%B4%D0%B0%D0%9F%D0%BE%D0%B4%D0%BA%D0%BB%D1%8E%D1%87%D0%B8%D1%82%D1%8C%D1%81%D1%8F%D0%9A%D0%A5%D1%80%D0%B0%D0%BD%D0%B8%D0%BB%D0%B8%D1%89%D1%83.os#L70
Команда:
vrunner bindrepo \\Storages\feature User Password --BindAlreadyBindedUser
Результат:
1cv8.exe DESIGNER /ConfigurationRepositoryN "User" /ConfigurationRepositoryP "Password " /ConfigurationRepositoryF "\\Storages\feature" /ConfigurationRepositoryBindCfg -forceBindAlreadyBindedUser
vrunner bindrepo \\Storages\feature User Password --BindAlreadyBindedUser --NotReplaceCfg
1cv8.exe DESIGNER /ConfigurationRepositoryN "User" /ConfigurationRepositoryP "Password " /ConfigurationRepositoryF "\\Storages\feature" /ConfigurationRepositoryBindCfg -forceBindAlreadyBindedUser -forceReplaceCfg
Описание параметра -forceReplaceCfg с ИТС:
-forceReplaceCfg
-forceReplaceCfg – если конфигурация непустая, данный ключ подтверждает замену конфигурации на конфигурацию из хранилища.
The text was updated successfully, but these errors were encountered:
@artbear, новый параметр -forceReplaceCfg или добавить НЕ тут?
Sorry, something went wrong.
Исправил согласно #269
fbaaea0
новый параметр -forceReplaceCfg или добавить НЕ тут?
@abirambul спасибо, я исправил, добавив Не, в fbaaea0
No branches or pull requests
У команды
bindrepo
есть параметр--NotReplaceCfg
https://github.com/silverbulleters/vanessa-runner/blob/759649af1be456501ec9e0123657af3e3ef5be42/src/%D0%9A%D0%BB%D0%B0%D1%81%D1%81%D1%8B/%D0%9A%D0%BE%D0%BC%D0%B0%D0%BD%D0%B4%D0%B0%D0%9F%D0%BE%D0%B4%D0%BA%D0%BB%D1%8E%D1%87%D0%B8%D1%82%D1%8C%D1%81%D1%8F%D0%9A%D0%A5%D1%80%D0%B0%D0%BD%D0%B8%D0%BB%D0%B8%D1%89%D1%83.os#L38-L39
Но далее по коду имеет противоположный смысл
https://github.com/silverbulleters/vanessa-runner/blob/759649af1be456501ec9e0123657af3e3ef5be42/src/%D0%9A%D0%BB%D0%B0%D1%81%D1%81%D1%8B/%D0%9A%D0%BE%D0%BC%D0%B0%D0%BD%D0%B4%D0%B0%D0%9F%D0%BE%D0%B4%D0%BA%D0%BB%D1%8E%D1%87%D0%B8%D1%82%D1%8C%D1%81%D1%8F%D0%9A%D0%A5%D1%80%D0%B0%D0%BD%D0%B8%D0%BB%D0%B8%D1%89%D1%83.os#L70
Команда:
Результат:
Команда:
Результат:
Описание параметра
-forceReplaceCfg
с ИТС:The text was updated successfully, but these errors were encountered: