Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/delineaxpm/centrifycli
https://github.com/delineaxpm/centrifycli
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/delineaxpm/centrifycli
- Owner: DelineaXPM
- License: mit
- Created: 2022-06-06T19:38:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T02:22:52.000Z (9 months ago)
- Last Synced: 2024-04-08T03:29:18.125Z (9 months ago)
- Language: C#
- Size: 63.5 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# centrifycli
Centrify REST API Command Line ToolCentrify CLI (ccli), built with .Net 6.0, provides a command line interface to the Centrify REST API. Features include:
* List and search of Centrify API endpoints.
* JSON Schemas of Centrify API endpoints.
* Handling of Authentication through OAuth or user/password.When using Centrify CLI, we strongly encourage you to adopt or follow best industry practices with regard to information security to prevent any data security breaches, including storage of personal data, and always follow all applicable laws.
For more information, see [Centrify CLI: Centrify Command Line Interface](https://github.com/centrify/centrifycli/wiki/Centrify-CLI:-Centrify-Command-Line-Interface).
## Building
ccli builds from either the dotnet command line
* dotnet build
or from Visual Studio 2022. Previous versions may not be able to resolve all dotnet version references.## Install
* Install .NET Runtime as mentioned [here](https://docs.microsoft.com/en-us/dotnet/core/install/).
* You can install the application from the Releases section.