Tree structure export for exportfoldertree.py
AllanWTham opened this issue · 2 comments
AllanWTham commented
Hi there,
For exportfoldertree.py, is there a way to output in tree structure like Linux tree command?
├── setup.py
├── sharedfunctions.py
├── sharedfunctions.pyc
├── showsetup.py
├── snapshotreports.py
├── submit_jobdef.py
├── submit_jobreq.py
├── SUPPORT.md
├── templates
│ ├── SAS_Email_Message_html.json
│ └── SAS_Email_Message_text.json
├── testfolderaccess.py
├── unittestsadm33.sh
├── unittestsadm34.sh
├── unittestviya4.sh
├── updatedomain.py
├── updatepreferences.py
├── validateviya-manual.md
└── validateviya.py
1 directory, 86 files
-bash-4.2$
bruno-mueller-sas commented
You could use this command to do it:
sas-viya folders list-members --path /your/SAS/folder --tree --recursive
AllanWTham commented
Hi Bruno,
Thanks got it. It works!