You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,27 @@ Here are a few ideas. (Care to add to this list in the discussions?)
19
19
20
20
## Loading a CLAR file to Workday
21
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
+
22
27
Run CLARiNET from the command line using the positional parameters:
23
28
29
+
%1 Clar File
30
+
%2 Cloud Collection Name
31
+
%3 Workday Environment Number (run `clarinet -e` to see the list of numbers)
32
+
%4 Tenant
33
+
%5 Username
34
+
%6 Password
35
+
24
36
Example: `clarinet "C:\example_folder\Test.clar" Test 7 mytenant myusername mypassword`
25
37
26
-
You can also run CLARiNET by entering `clarinet` by itself. The application will prompt for the necessary information.
38
+
A prompt will appear if parameters are not included. For example, you may choose to always run the application without supplying the password so that it will be requested.
39
+
40
+
Example: `clarinet "C:\example_folder\Test.clar" Test 7 mytenant myusername`
0 commit comments