Skip to content

Commit 3b4073d

Browse files
committed
Merge branch 'main' of https://github.com/swhitley/CLARiNET into main
2 parents a7aa430 + 805c3b2 commit 3b4073d

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

README.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,52 @@
11
# CLARiNET
22
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+
![image](https://user-images.githubusercontent.com/413552/129465336-0168f0e3-7e75-4309-83e1-8aebe9b9ae6e.png)
48+
49+
## Credits
50+
51+
CLARiNET is compatible with Workday®
52+
It is not sponsored, affiliated with, or endorsed by Workday.

0 commit comments

Comments
 (0)