|
1 | 1 | # CLARiNET
|
2 | 2 | Load CLAR files without Workday Studio
|
| 3 | + |
| 4 | +## WHY? |
| 5 | +You might be asking yourself, "Why load a CLAR file from outside of Workday Studio?" |
| 6 | + |
| 7 | +Here are a few ideas. (Care to add to this list in the discussions?) |
| 8 | + |
| 9 | +- Distribute an integration to someone who is not a developer. |
| 10 | +- Enable an operations role to move an integration to production without requiring development tools. |
| 11 | +- Migrate an integration from a laptop that hasn't been configured for Studio. |
| 12 | +- Save time when reloading integrations to Sandbox following the weekly refresh. |
| 13 | + |
| 14 | +## Installation |
| 15 | + |
| 16 | +1. Download the [latest release](https://github.com/swhitley/CLARiNET/releases/latest) for your operating system. |
| 17 | +2. Unzip the executable files into a new directory. |
| 18 | +3. Run `clarinet --help` to view the available options. |
| 19 | + |
| 20 | +## Loading a CLAR file to Workday |
| 21 | + |
| 22 | +- Enter `clarinet` on a line by itself. The application will prompt for all necessary information. |
| 23 | +- If a single `.clar` file is found in the same directory, CLARiNET will automatically select that file for processing. |
| 24 | +- Run `clarinet --help` to view the available options. |
| 25 | +- Run `clarinet -e` to view the list of Workday environments and the associated numbers. |
| 26 | + |
| 27 | +### Run CLARiNET from the command line using positional parameters: |
| 28 | + |
| 29 | +* %1 CLAR File<br/> |
| 30 | +* %2 Cloud Collection Name<br/> |
| 31 | +* %3 Workday Environment Number (run `clarinet -e` to see the list of numbers)<br/> |
| 32 | +* %4 Tenant<br/> |
| 33 | +* %5 Username<br/> |
| 34 | +* %6 Password<br/> |
| 35 | + |
| 36 | +Example: `clarinet "C:\example_folder\Test.clar" Test 7 mytenant myusername mypassword` |
| 37 | + |
| 38 | +The entire list of parameters is not required. Prompts will appear for the parameters that are not included. These are all valid examples: |
| 39 | + |
| 40 | +Example #1: `clarinet "C:\example_folder\Test.clar"` |
| 41 | + |
| 42 | +Example #2: `clarinet "C:\example_folder\Test.clar" Test 7 mytenant myusername` |
| 43 | + |
| 44 | +Example #3: `clarinet "C:\example_folder\Test.clar" Test` |
| 45 | + |
| 46 | +### Sample `clarinet` Run |
| 47 | + |
| 48 | + |
| 49 | +## Credits |
| 50 | + |
| 51 | +CLARiNET is compatible with Workday® |
| 52 | +It is not sponsored, affiliated with, or endorsed by Workday. |
0 commit comments