Skip to content

Commit 7f1f1d4

Browse files
authored
Update README.md
1 parent 06e08d7 commit 7f1f1d4

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,30 @@
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 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+
Run CLARiNET from the command line using the positional parameters:
23+
24+
Example: `clarinet "C:\example_folder\Test.clar" Test 7 mytenant myusername mypassword`
25+
26+
You can also run CLARiNET by entering `clarinet` by itself. The application will prompt for the necessary information.
27+
28+
![image](https://user-images.githubusercontent.com/413552/129465336-0168f0e3-7e75-4309-83e1-8aebe9b9ae6e.png)
29+
30+

0 commit comments

Comments
 (0)