Add new option to script-get
command to control whether apps are opened with or without data
#459
Closed
mountaindude
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When exporting app scripts the app in question is first opened, then the script retrieved.
In current version (=3.16.0) of Ctrl-Q, the app(s) will be opened with data. This works, but results in significant load on a Sense server if lots of app scripts are to be exported. For example using a PowerShell or Bash script to export all apps in a system, or all apps matching some tag.
A better option is to open the app without data.
This would also solve a problem with apps using section access - these may not open properly if the wrong user is used when calling the Sense APIs.
Proposed change:
--open-without-data
, with possible valuestrue
andfalse
.true
.false
Ctrl-Q will have the same behaviour as current version.Beta Was this translation helpful? Give feedback.
All reactions