README.md
# DEPRECATED As of September 4, 2024 this project is deprecated and will no longer be maintained. Please use [cyberark/conjur-cli-go](https://github.com/cyberark/conjur-cli-go) instead. # cyberark-conjur-cli This repository includes self-contained Conjur CLI (`conjur`) foraccessing the Conjur API to manage Conjur resources. Note: The Conjur Python SDK was removed from this repo and is now maintained in the https://github.com/cyberark/conjur-api-python repository [](https://codeclimate.com/github/cyberark/cyberark-conjur-cli/test_coverage) [](https://codeclimate.com/github/cyberark/cyberark-conjur-cli/maintainability) --- ## Certificate level  This repo is a **Community** level project. It's a community contributed project that **is not reviewed or supported byCyberArk**. For more detailed information on our certification levels,see [our community guidelines](https://github.com/cyberark/community/blob/master/Conjur/conventions/certification-levels.md#community). ### Using cyberark-conjur-cli with Conjur Open Source Are you using this project with [Conjur Open Source](https://github.com/cyberark/conjur)? Then we**strongly** recommend choosing the version of this project to use from thelatest [Conjur OSS Suite release](https://docs.conjur.org/Latest/en/Content/Overview/Conjur-OSS-Suite-Overview.html). Conjur maintainers perform additional testing on the Suite release versions to ensure compatibility. When possible,upgrade your Conjur Open Source version to match the[latest Suite release](https://docs.conjur.org/Latest/en/Content/ReleaseNotes/ConjurOSS-suite-RN.htm). When using integrations, choose the latest Suite release that matches your Conjur Open Source version. For anyquestions, please contact us on [Discourse](https://discuss.cyberarkcommons.org/c/conjur/5). ### Supported Services - Conjur Open Source v1.2.0 or later- Conjur Enterprise v11.2.1 (v5.6.3) or later ### Supported Platforms - macOS Catalina or later- Windows 10 or later- Red Hat Enterprise Linux 7, 8 ### Installation To access the latest release of the Conjur CLI, go toour [release](https://github.com/cyberark/cyberark-conjur-cli/releases)page. For instructions on how to set up and configure the CLI, seeour [official documentation](https://docs.conjur.org/Latest/en/Content/Developer/CLI/cli-lp.htm). ## Usage For more information on how to set up, configure, and start using the Conjur CLI, seeour [official documentation](https://docs.conjur.org/Latest/en/Content/Developer/CLI/cli-lp.htm). ## Security When using this CLI on Windows machines, the keyring module used by the CLI will default to Enterprise mode. This means that a CLI user who logs in via the CLI will remain logged inuntil they explicitly log out. **If using this CLI on Windows, CyberArk recommends that allusers explicitly log out at the end of their session.** This behavior can be changed by creating an environment variable called KEYRING_PROPERTY_PERSIST and setting that variableto 'session' (no quotes). When this variable is set as described, the CLI user should belogged out when the session expires. ## Contributing Instructions for how to deploy a deployment environment and run project tests can be foundin [CONTRIBUTING.md](CONTRIBUTING.md). ## License This project is [licensed under Apache License v2.0](LICENSE.md). Copyright (c) 2022 CyberArk Software Ltd. All rightsreserved.