File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 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 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
+
You can’t perform that action at this time.
0 commit comments