cmiregister
Manages
task-provider user credentials
Applicability
Product |
Command type |
---|---|
ClearCase® |
utility |
Platform |
---|
UNIX |
Linux |
Windows |
Synopsis
- Interactive mode:
- Single-command mode:
- Subcommands:
- Display help:
- Add credentials:
- Remove Rational® ClearQuest® credentials:
- Remove Rational Team Concert credentials:
- Remove JIRA credentials:
- Remove credentials for all change-management providers:
- Replace credentials:
- List Rational ClearQuest credentials:
- List Rational Team Concert credentials:
- List JIRA credentials:
- List all Rational ClearQuest and Rational Team Concertcredentials:
Description
The cmiregister utility enables you to manage the credentials of users of task providers, such as ClearQuest, that are integrated with ClearCase through the ClearCase change management interface (CMI).
General options and arguments
- -name provider-name
- Name of the task provider that has been configured for the integration.
- -username user-name
- The user-identity portion of the credentials.
- -password password
- The password portion of the credentials. This option is not required if the user identity is not associated with a password.
- -all
- Specifies either all credentials for the specified provider or all credentials for all providers.
ClearQuest options and arguments
- -cq
- Specifies that ClearQuest is the provider.
- -dbset dbset-name
- Name of the database set.
- -userdb userdatabase-name
- Name of the user database that is associated with the database set.
- -username user-name
- The login name of the ClearQuest user.
Rational Team Concert options and arguments
- -rtc
- Specifies that Rational Team Concert is the provider.
JIRA options and arguments
- -jira
- Specifies that JIRA is the provider.
Examples
- Add user credentials for ClearQuest:
cmiregister add -cq -name CQPROV2 -dbset RATL2 -userdb CQDB2 -username cquser -password national
- Remove all credentials for all task providers:
cmiregister remove -all
- Replace RTC
credentials:
cmiregister replace -rtc -name RTCPROV2 -username newuser2 -password newpassword