GithubHelp home page GithubHelp logo

Comments (3)

morey-tech avatar morey-tech commented on May 22, 2024 1

Thoughts on if something like devbox run <package> could be a better syntax? It follows that of docker. The run signifies that devbox will execute the isolated command and exit. As opposed to shell, which given its current function, could imply that it will stay active after the command has been completed (i.e., a way to install a package in a shell without defining it in the config).

from devbox.

Lagoja avatar Lagoja commented on May 22, 2024

We're not totally set on how the CLI will do it, but we are looking into devbox run like functionality for an upcoming release. See #94 for more details and discussion

from devbox.

Lagoja avatar Lagoja commented on May 22, 2024

This is now available in Devbox 0.0.7! You can run a one off command in your devbox shell using:

devbox shell -- <cmd>

This will launch a shell based on your devbox.json, run your command, and then exit back to your normal shell. For example:

~ $  devbox shell -- echo "Hello World"
Installing nix packages. This may take a while...
Starting a devbox shell...
Hello World
~ $ 

More info is in our new CLI Docs: https://www.jetpack.io/devbox/docs/cli_reference/devbox_shell/

from devbox.

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.