Giter VIP home page Giter VIP logo

oxcli's Introduction

oxcli

The OX CLI is a .NET command line interface application that will be expanded over time for the purpose of satisfying customer use case POCs.

Object processes designed in VB.NET are easily replicated in other languages, although this example utilizes a Python CLI engine for engine call processing.

To use, download and unzip contents of OXcli.zip into local folder. Tested on both Windows and Mac.

Preparations require DOTNET6 RUNTIME and PYTHON in the environment and accessible via %PATH%.

OXCLI commands utilizing OX GraphQL API require a simple Python script.

  1. Download the *OXcli.zip file from GitHub
  2. Unzip the ZIP contents into a folder that you will run the application from
  3. Ensure both PYTHON (or PYTHON3/PIP3 if MAC) and DOTNET are in the path Open Terminal/Shell and type "python3" & "dotnet" If "file not found" you will need to insert into PATH Install DOTNET 6.025 RUNTIMETo put DOTNET into path use command: ln -s /usr/local/share/dotnet/dotnet /usr/local/bin/ (may need SUDO)
  4. From terminal/shell run dotnet oxcli.dll checkme
  5. Assuming good, run dotnet oxcli.dll setenv --key ox_api_key to set OX environment
  6. Prepare Python python -m pip install -r requirements.txt    (allows Python to install all dependencies defined in file) Try it out: python getApps should produce file getapps_response.json

OX CLI should now be ready to go

oxcli's People

Contributors

michaelhorty avatar mikehorty avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.