Skip to content

Latest commit

 

History

History
91 lines (73 loc) · 2.94 KB

README.md

File metadata and controls

91 lines (73 loc) · 2.94 KB

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.