Git Product home page Git Product logo

Comments (4)

bdemers avatar bdemers commented on June 2, 2024

Thanks for reaching out @kevinabrandon
I'll dig into this, we are working on a minor release, poking around with flatpak in the near future.

Until then a quick workaround, you can grab the zip from the GitHub releases, and stick the binary on your path:
https://github.com/okta/okta-cli/releases/tag/okta-cli-tools-0.10.0

NOTE: It's a zip file, so you might need to chmod 755 /path/to/extracted/okta after unzipping.

from okta-cli.

kevinabrandon avatar kevinabrandon commented on June 2, 2024

thanks I'll give it a try

from okta-cli.

kevinabrandon avatar kevinabrandon commented on June 2, 2024

just realized now that there is no arm release, only x86_64 so looks like I'm out of luck.

from okta-cli.

bdemers avatar bdemers commented on June 2, 2024

ahh! I almost asked about that. That might be why the flatpak install flathub com.okta.developer.CLI command failed. (I would have hoped for an arch related error). Either way, I'll poke around.

I created #396 to track creating an arm release.

Another potential workaround (depending on how far down the rabbit hole you want to go). You could grab the jar packaging and run it that way; assuming you have a Java runtime installed, you can download the jar from:

Directory on Maven Central (contains signatures and checksums)
https://repo1.maven.org/maven2/com/okta/cli/okta-cli/0.10.0/

Direct link to jar: https://repo1.maven.org/maven2/com/okta/cli/okta-cli/0.10.0/okta-cli-0.10.0.jar

And then run it with something like: java -jar okta-cli-0.10.0.jar <args>

from okta-cli.

Related Issues (20)

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.