File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,18 +27,18 @@ Here are a few ideas. (Care to add to this list in the discussions?)
27
27
- Enter ` clarinet ` on a line by itself. The application will prompt for all necessary information.
28
28
- If a single ` .clar ` file is found in the same directory, CLARiNET will automatically select that file for processing.
29
29
- Run ` clarinet --help ` to view the available options.
30
- - Run ` clarinet -e ` to view the list of Workday environments and the associated numbers.
30
+ - Run ` clarinet -w ` to view the list of Workday environments and the associated numbers.
31
31
32
32
### Run CLARiNET from the command line using positional parameters:
33
33
34
34
* %1 CLAR File<br />
35
35
* %2 Cloud Collection Name<br />
36
- * %3 Workday Environment Number (run ` clarinet -e ` to see the list of numbers)<br />
36
+ * %3 Workday Environment Number (run ` clarinet -w ` to see the list of numbers)<br />
37
37
* %4 Tenant<br />
38
38
* %5 Username<br />
39
- * %6 Password<br />
39
+ * %6 Encrypted Password (run ` clarinet -e ` to encrypt a password) <br />
40
40
41
- Example: ` clarinet "C:\example_folder\Test.clar" Test 7 mytenant myusername mypassword `
41
+ Example: ` clarinet "C:\example_folder\Test.clar" Test 7 mytenant myusername myencryptedpassword `
42
42
43
43
The entire list of parameters is not required. Prompts will appear for the parameters that are not included. These are all valid examples:
44
44
You can’t perform that action at this time.
0 commit comments