Create a Git-Endevor mapping
Usage
zowe endevor-bridge-for-git create mapping [options]
Options
-
--remote-url | --url (string)
- Git repository remote URL.
-
--connection (string)
-
--endevor-system | --endevorsys | --system (string)
- Endevor system where your project resides.
-
--endevor-subsystem | --endevorsub | --sub | --subsystem (string)
- Alias of Endevor subsystem.
-
--system-alias (string)
-
--subsystem-alias (string)
- Alias of Endevor subsystem.
-
--endevor-environment | --endevorenv | --env | --environment (string)
- Endevor environment where your project resides.
-
--branch | -b (string)
-
--read-only (boolean)
- If specified, it is necessary to use the option --endevor-stage-number. The synchronized elements will be read-only.
-
--endevor-stage-number | --endevorsn (string)
- Endevor stage where your project resides (only for read-only mappings).
-
--type-filters (array)
- Type filters that your mapping will be using. There can be multiple separated by a space. eg --type-filters "COBOL" "COPY".
-
--name-filters (array)
- Name filters that your mapping will be using. There can be multiple separated by a space. eg --name-filters "ELE*" "CO*".
-
--repository-check (string)
-
If set to allowNonEmpty, user can proceed with initialization even if the repository is not empty.
Default value: REQUIRE_EMPTY
Allowed values: REQUIRE_EMPTY, ALLOW_NON_EMPTY
-
--mapping-mode (string)
-
Mapping mode of the mapping ('FULL', 'WORK_ENV_ONLY' or 'MIRROR').
Allowed values: FULL, WORK_ENV_ONLY, MIRROR
-
--json-file | --json (local file path)
- Mapping JSON file to import.
Endevor Bridge for Git connection options (you can also use an 'ebg' profile)
Profile Options
-
--ebg-profile | --ebg-p (string)
- The name of a (ebg) profile to load for this command execution.
-
--endevor-profile | --endevor-p (string)
- The name of a (endevor) profile to load for this command execution.
-
--base-profile | --base-p (string)
- The name of a (base) profile to load for this command execution.
Base Connection Options
-
--password | --pass | --pw (string)
- Password to authenticate to service on the mainframe.
-
--token-type | --tt (string)
- The type of token to get and use for the API. Omit this option to use the default token type, which is provided by 'zowe auth login'.
-
--token-value | --tv (string)
- The value of the token to pass to the API.
-
--cert-file (local file path)
-
The file path to a certificate file to use for authentication.
Note: The CLI does not support certificate files that require a password. For more information, search Troubleshooting PEM Certificates in Zowe Docs.
-
--cert-key-file (local file path)
- The file path to a certificate key file to use for authentication
Examples