Skip to content

Commit b63d4bd

Browse files
authored
Update README.md
1 parent fb1660a commit b63d4bd

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,27 @@ Here are a few ideas. (Care to add to this list in the discussions?)
1919

2020
## Loading a CLAR file to Workday
2121

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+
2227
Run CLARiNET from the command line using the positional parameters:
2328

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+
2436
Example: `clarinet "C:\example_folder\Test.clar" Test 7 mytenant myusername mypassword`
2537

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`
2741

42+
### Sample `clarinet` Run
2843
![image](https://user-images.githubusercontent.com/413552/129465336-0168f0e3-7e75-4309-83e1-8aebe9b9ae6e.png)
2944

3045
## Credits

0 commit comments

Comments
 (0)