You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The path to the plugin to pack. Optional. If omitted the first directory in the working directory ending in .sdPlugin is used.
7
+
path: # optional
8
+
# The path to save the packed plugin to. Optional. If omitted the plugin is saved to the working directory.
9
+
outputPath: dist/ # optional
10
+
# If true, overwites a package if it exists.
11
+
force: true # optional
12
+
# The version for the plugin. Optional. If omitted the version tag for the GitHub release is used. If no version tag is available the run number is used.
13
+
version: # optional
14
+
# If true, generates a report without creating a package.
15
+
dryRun: # optional
16
+
# If true, forces an update check for new validation rules. Cannot be used in conjunction with noUpdateCheck.
17
+
forceUpdateCheck: # optional
18
+
# If true, prevents an update check of new validation rules. Cannot be used in conjunction with forceUpdateCheck.
0 commit comments