trust
Trusts scripts, data functions, or custom queries in a file in the library.
trust [-b value | --bootstrap-config=value] [-t value | --tool-password=value] <-i value | --library-file-id=value> {-Svalue} {-Qvalue}
Overview
Use this command to trust scripts, data functions, or custom queries in file in the library. The input to the command is typically generated using the find-analysis-scripts command.
Options
Option | Optional or Required | Default Value | Description |
---|---|---|---|
-b value --bootstrap-config=value |
Optional | none | The path to the bootstrap configuration file. See Bootstrap.xml file for more information about this file. |
-t value --tool-password=value |
Optional | none | The configuration tool password used to decrypt the database password in the bootstrap.xml file. If the tool password is omitted, the command will prompt the end-user for it on the console. See Bootstrap.xml file for more information. |
-i value --library-file-id=value |
Required | none | The ID of the library file with which to associate the trust. |
-Svalue |
Required, unless the -Q argument has been specified. | true | The hash of a script or data function which should be trusted.
May be specified multiple times with different values. |
-Qvalue |
Required, unless the -S argument has been specified. | none | The hash of a custom query which should be trusted.
May be specified multiple times with different values. |
Copyright © TIBCO Software Inc. All rights reserved.