Make Public: make-public
Use make-public to convert private filters or queries into public filters or queries. This command is available on StarTeam Server 16.1 and later.
The type name is required.
Either one or both of filterName or queryName must be provided. If both are provided, then both the filter and query pair will be made public. If neither one is provided, the command fails with an exception. If only one of the two is provided, then the specified filter or query will be made public.
When working with private filter or query pairs, both filter and query names must be specified. Otherwise, the server will throw an exception.
Syntax
The syntax for this command is:
make-public –type typeName [ -filter filtername] [ -query queryName ] –s “user:[password]@host:port” [ -epwdfile “path to password file” ]
Parameters
For information about the command parameters, refer to Operation Parameters.
In addition:
Parameter |
Description |
---|---|
-query | Specifies the query name to make public. |
Example
The following example changes both a private filter and a private query to public.
make-public –type changerequest –filter “my private filter” –query “my private query” –s “Administrator:Administrator@localhost:49201”