Hey, it's been a while since I was able to work on vsh! But we're doing a migration today and adding this flag drastically cut the amount of time we needed to do some search and replaces.
this flag limits searches to only the immediate leaf nodes of a path rather than deeply recursing through every path below the specified path. we found this to be very useful when we have a large path structure below a parent path and want to exclude it during these operations.
Hey, it's been a while since I was able to work on vsh! But we're doing a migration today and adding this flag drastically cut the amount of time we needed to do some search and replaces.
this flag limits searches to only the immediate leaf nodes of a path rather than deeply recursing through every path below the specified path. we found this to be very useful when we have a large path structure below a parent path and want to exclude it during these operations.