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 @@ -8,8 +8,8 @@ First, create your profile:
88code42 profile create --name MY_FIRST_PROFILE --server example.authority.com --username security.admin@example.com
99```
1010
11- Your profile contains the necessary properties for logging into Code42 servers . After running ` code42 profile create ` ,
12- the program prompts you about storing a password. If you agree, you are then prompted to input your password.
11+ Your profile contains the necessary properties for authenticating with Code42. After running ` code42 profile create ` ,
12+ the program prompts you about storing a password. If you agree, you are then prompted to enter your password.
1313
1414Your password is not shown when you do ` code42 profile show ` . However, ` code42 profile show ` will confirm that a
1515password exists for your profile. If you do not set a password, you will be securely prompted to enter a password each
@@ -21,8 +21,8 @@ You can add multiple profiles with different names and the change the default pr
2121code42 profile use MY_SECOND_PROFILE
2222```
2323
24- When the ` --profile ` flag is available on other commands, such as those in ` security-data ` , it will use that profile
25- instead of the default one . For example,
24+ When you use the ` --profile ` flag with other commands, such as those in ` security-data ` , that profile is used
25+ instead of the default profile . For example,
2626
2727``` bash
2828code42 security-data search -b 2020-02-02 --profile MY_SECOND_PROFILE
You can’t perform that action at this time.
0 commit comments