Code Monkey home page Code Monkey logo

Comments (2)

frankcarey avatar frankcarey commented on July 16, 2024

You've got 3 options basically:

  1. Put the entire script into the file directly. - Can be a bit cluttered if the script is long. Just make sure you use cmd: | so the line breaks work properly. For me, your example would be a bit long to include directly.

  2. Just reuse an existing script file as-is but call it as a command in ahoy to give a better UI and help text. - This is probably a good option for this script since it's already written and works (I assume). I'm in the habbit of including these types of files, and more in an .ahoy/ folder in the project root to keep things clean.

docker-init:
  cmd: bash .ahoy/location_of_existing_script.sh [ARGS]
  1. Split the script up into independent parts as separate ahoy commands (if that makes sense to do) - In your example perhaps that doesn't make sense.

  2. Implement the script as a side-loaded command from another ahoy file.

docker-init:
  cmd: ahoy -f ./someotherfile.ahoy.yml mycommand args

Same thing for a project init file.. if you have an example of one of those I can make some suggestions there too, but basically you could just create a project-init command as well.

from ahoy.

FatherShawn avatar FatherShawn commented on July 16, 2024

Thanks, Frank. This makes sense. For project init I'm thinking about the script behind dsh init. The idea of a .ahoy directory makes total sense per project. I was probably trying to make ahoy do too much - you aren't totally replacing shell scripting just making short scripts easier and giving all script interactions a common interface.

from ahoy.

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.