Code Monkey home page Code Monkey logo

phing-vagrant's People

Contributors

silverpreece avatar

Stargazers

 avatar

Watchers

 avatar

phing-vagrant's Issues

"vagrant destroy" requires "--force" flag

Each Vagrant command supports a --machine-readable flag, which is very useful for the purposes of this project. However, when attempting to run vagrant destroy --machine-readable, the following error is encountered:

$ vagrant destroy --machine-readable
1554063395,default,metadata,provider,virtualbox
1554063395,default,action,destroy,start
1554063395,,ui,error,Vagrant is attempting to interface with the UI in a way that requires\na TTY. Most actions in Vagrant that require a TTY have configuration\nswitches to disable this requirement. Please do that or run Vagrant\nwith TTY.
1554063395,,error-exit,Vagrant::Errors::UIExpectsTTY,Vagrant is attempting to interface with the UI in a way that requires\na TTY. Most actions in Vagrant that require a TTY have configuration\nswitches to disable this requirement. Please do that or run Vagrant\nwith TTY.

This happens because Vagrant would normally ask for confirmation before destroying the box, but cannot do so via the machine-readable interface, so rather than continuing it fails with an error. As you can see, this happens even when running the command from a terminal, so it's rather confusing. However, the error does not occur when the --force flag is added, so the destroy task in this project must use that flag whenever it runs.

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.