RTC 4 scm load verbosity - does not list downloaded files like RTC 3 does
I am working through our scripting in preparation for an upgrade to RTC 4. (rtc 4.0.5)
We are relying in some areas on the verbosity of the scm load command, that it lists all the files it downloads.
I have not been able to get rtc 4 to be more "chatty"
It does not have a -v, only a -q.
scm load "_al2c0A49EeKe7sG0D0Xw8w" -r rtc_uat -q -f -d ./load
scm load "_al2c0A49EeKe7sG0D0Xw8w" -r rtc_uat -f -d ./load
Successfully loaded items into the sandbox.
scm load "_al2c0A49EeKe7sG0D0Xw8w" -r rtc_uat -v -d ./load
Argument syntax error:
Subcommand "load" does not support option "-v". The option "-v" applies only to the "scm" command. Try 'scm help load' for more information.
Doing a find for files in the load location is possible, but it gets a bit tricky with load rules and incremental loading.
Has anybody else found a solution (or wished they had one)?
We are relying in some areas on the verbosity of the scm load command, that it lists all the files it downloads.
I have not been able to get rtc 4 to be more "chatty"
It does not have a -v, only a -q.
scm load "_al2c0A49EeKe7sG0D0Xw8w" -r rtc_uat -q -f -d ./load
scm load "_al2c0A49EeKe7sG0D0Xw8w" -r rtc_uat -f -d ./load
Successfully loaded items into the sandbox.
scm load "_al2c0A49EeKe7sG0D0Xw8w" -r rtc_uat -v -d ./load
Argument syntax error:
Subcommand "load" does not support option "-v". The option "-v" applies only to the "scm" command. Try 'scm help load' for more information.
Doing a find for files in the load location is possible, but it gets a bit tricky with load rules and incremental loading.
Has anybody else found a solution (or wished they had one)?