Giter Site home page Giter Site logo

capitana's People

Contributors

vicalca avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

capitana's Issues

Support non-unicode output

If capitana were to be executed on a CI / CD system with limitted console text output features, it would not render the unicode quite correctly.

I think it would be a nice idea to be able to switch the unicode rendering to ascii providing a --no-unicode flag.

Error when all: true in defaults

❯ capitana --config runtime.capitanarc
Error: Stage "undefined" not included in the ones specified in the config file:
  "build,push".
    at assertStageIsValid (/Users/vike/.nvm/versions/node/v10.15.3/lib/node_modules/capitana/src/index.js:141:9)
    at module.exports (/Users/vike/.nvm/versions/node/v10.15.3/lib/node_modules/capitana/src/index.js:25:2)
    at /Users/vike/.nvm/versions/node/v10.15.3/lib/node_modules/capitana/src/cli.js:134:10
    at Object.<anonymous> (/Users/vike/.nvm/versions/node/v10.15.3/lib/node_modules/capitana/src/cli.js:142:3)
    at Module._compile (internal/modules/cjs/loader.js:701:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:712:10)
    at Module.load (internal/modules/cjs/loader.js:600:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:539:12)
    at Function.Module._load (internal/modules/cjs/loader.js:531:3)
    at Function.Module.runMain (internal/modules/cjs/loader.js:754:12)
runtime.capitanarc
variables:
  defaults:
    verbose: true
    break: true
    all: true
    full: true
microservices:
  runtime: ~
stages:
  build:
    ...
  push:
    ...

Maybe checking for default variables earlier could help solve this issue.

Support live output

Right now, output is being outputted in a burst if the verbose flag is set to true after the stage has been run. It would be nice to support live output as the command is being executed.

Add option to build all stages

Supose I want to do the complete pipeline (build, push, deploy... all stages) on a particular service. What about an --all-stages flag/selector?

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.