1- # Getting started with the code42cli
1+ # Get started with the Code42 command-line interface (CLI)
22
33* [ Licensing] ( #licensing )
44* [ Installation] ( #installation )
@@ -22,7 +22,7 @@ python3 -m pip install code42cli
2222```
2323
2424To install a previous version of the Code42 CLI via ` pip ` , add the version number. For example, to install version
25- 0.4.1, you would enter:
25+ 0.4.1, enter:
2626
2727``` bash
2828python3 -m pip install code42cli==0.5.3
@@ -46,7 +46,7 @@ python setup.py install
4646
4747### From distribution
4848
49- If you want create a ` .tar ` ball for installing elsewhere, run this command from the project's root directory:
49+ If you want create a ` .tar ` ball for installing elsewhere, run the following command from the project's root directory:
5050
5151``` bash
5252python setup.py sdist
@@ -60,7 +60,7 @@ python3 -m pip install code42cli-[VERSION].tar.gz
6060
6161## Updates
6262
63- To update the CLI, use pip's ` --upgrade ` flag.
63+ To update the CLI, use the pip ` --upgrade ` flag.
6464
6565``` bash
6666python3 -m pip install code42cli --upgrade
@@ -73,12 +73,12 @@ python3 -m pip install code42cli --upgrade
7373```
7474
7575To use the CLI, you must provide your credentials (basic authentication). The CLI uses keyring when storing passwords.
76- If you choose not to store your password in the CLI, you have to enter it for each command that requires a connection.
76+ If you choose not to store your password in the CLI, you must enter it for each command that requires a connection.
7777
7878The Code42 CLI currently does ** not** support SSO login providers or any other identity providers such as Active
7979Directory or Okta.
8080
81- To learn more about authenticating in the CLI, follow the [ profile guide] ( profile.md ) .
81+ To learn more about authenticating in the CLI, follow the [ Configure profile guide] ( profile.md ) .
8282
8383## Troubleshooting and support
8484
@@ -94,8 +94,8 @@ code42 <command> <subcommand> <args> -d
9494
9595### File an issue on GitHub
9696
97- If you are experiencing an issue with the Code42 CLI, you can create a * New issue* at the
98- [ project repository] ( https://github.com/code42/code42cli/issues ) . See the Github
97+ If you are experiencing an issue with the Code42 CLI, select * New issue* at the
98+ [ project repository] ( https://github.com/code42/code42cli/issues ) to create an issue . See the Github
9999[ guide on creating an issue] ( https://help.github.com/en/github/managing-your-work-on-github/creating-an-issue ) for more information.
100100
101101### Contact Code42 Support
0 commit comments