SCRIPT LIST
Core command
SC LI
SCLI
Display list of files in the scripts catalog, scoped to the current connection's instance and environment by default
Arguments
<searchTerm> (optional) a search term, or the literal ALL (every instance/environment) / ARCHIVES (soft-deleted entries)
Examples
SCRIPT LIST DAILY;
SCRIPT LIST ALL;
SCRIPT LIST ARCHIVES;
Notes
Lists the entries in the scripts catalog: SCRIPT LIST [<searchTerm>|ALL|ARCHIVES].
Same shape as LIB LIST (see its Javadoc and docs/SQL_LIBRARY_AND_SCRIPTS.md, sections 3, 4, 4a) applied to the Scripts root instead of SqlLib: instance/environment-scoped by default, ALL/ARCHIVES keywords, grid output, minus the Params column, which is a LIB RUN-specific (%N) concept that doesn't apply to scripts.
Last modified in release 5.0.8.
BroadSQL