Skip to content
/ flox-orb Public

Use this Orb to install Flox, activate Flox environments and run commands in those environments.

License

Notifications You must be signed in to change notification settings

flox/flox-orb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developer environments you can take with you

Discourse   |   Documentation   |   Blog   |   Twitter

GitHub PRs Welcome GitHub tag (latest by date)

Use this Orb to install Flox, activate Flox environments and run commands in those environments.

⭐ Getting Started

An example

version: '2.1'

orbs:
  flox: flox/[email protected]

jobs:
  use-flox-orb:
    machine:
      image: ubuntu-2204:current
    steps:
      - flox/install                    # <- Install Flox
      - flox/activate:                  # <- Run a command in a Flox environment
          environment: flox/nb
          command: python --version

📫 Have a question? Want to chat? Ran into a problem?

We are happy to welcome you to our Discourse forum and answer your questions! You can always reach out to us directly via the flox twitter account or chat to us directly on Matrix or Discord.

🤝 Found a bug? Missing a specific feature?

Feel free to file a new issue with a respective title and description on the the flox/flox-orb repository. If you already found a solution to your problem, we would love to review your pull request!

🪪 License

The flox-orb is licensed under the MIT. See LICENSE.

About

Use this Orb to install Flox, activate Flox environments and run commands in those environments.

Topics

Resources

License

Stars

Watchers

Forks

Languages