sassoftware / pyviyatools

Python command-line tools that call the SAS Viya REST APIs - for SAS administrators.
Apache License 2.0
38 stars 31 forks source link

Dev/codefromflow #135

Closed gerrynelson63 closed 1 year ago

gerrynelson63 commented 1 year ago

usage: exportstudioflowcode.py [-h] -t {Flow,Folder} -n NAME -d DIRECTORY [--includeinitcode] [--includewrappercode]

Create code from a SAS Studio flow or all flows in a folder.

optional arguments: -h, --help show this help message and exit -t {Flow,Folder}, --type {Flow,Folder} Enter 'Flow' for a single flow or 'Folder' for all flows in a folder. -n NAME, --name NAME Name of Flow or Folder Path. -d DIRECTORY, --directory DIRECTORY Directory to store generated code --includeinitcode Include init code (default False) --includewrappercode Include wrapper code (default False)