Command line design refresh not working in subfolders

As stated, I am having problems getting designs to update in subfolders when using the command line option.

example:

File/folder structure is

company1\app1.nsf

company1\project1\app2.nsf

Command is

load design -d company1

Result: app1.nsf is refreshed, app2.nsf is not.

Using command line

load design -d company1\project1

is the only way to get app2 to refresh.

I have tried adding wildcards (company1*) with no success.

Subject: use the -i option.

LOAD DESIGN -i example.txt

If you have a file called “example.txt” it can contain directory or database names. So the file would have…

company1\app1.nsf

company1\project1\app2.nsf

or even (IIRC)…

app1.nsf

app2.nsf

Subject: looks like it’s working as designed

according to the documentation it says nothing about going into sub directories. there may be a reason for that though. What if you had 4 dbs in the SALES directory and 3 dbs in the SALES\WEST sub directory but only wanted to upgrade the design of the dbs in the top level SALES directory? Maybe they do need to add a switch to enable us to drill down further.