Giter Site home page Giter Site logo

exreleasy's People

Contributors

miros avatar n-epifanov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

exreleasy's Issues

Fix exreleasy.digest help

Hello!

mix help exreleasy.digest says

Digests all project applications and creates release manifest

      mix exreleasy.digest your_app_name

But your_app_name argument isn't really used.

Fix exreleasy.create_appup help

Hello!

mix help exreleasy.create_appup

says

Creates appup file

      mix exreleasy.create_appup --old-release /path/to/your/old/release.tar.gz --new-release /path/to/your/new/release.tar.gz
      mix exreleasy.create_appup --old-release /path/to/your/old/manifest.json --new-release /path/to/your/new/manifest.json

But the mandatory options are

 exreleasy.create_appup --old-release OLD_RELEASE_PATH --new-release NEW_RELEASE_PATH --appup APPUP_PATH

(they include --appup)

Downgrade support

Hello!

Currently Exreleasy only generate upgrade instructions and has upgrade CLI.

Fix exreleasy.hot_reload help

Hello!

mix help exreleasy.hot_reload

says

Reloads given apps on running node

      mix exreleasy.hotreload --node your_app@some-host --cookie 12345 --new-project-path /path/to/your/new/build/ --apps=first_app,second_app

But the real opts are

USAGE:
    exreleasy.hotreload [--reload-configs] --node NODE --cookie COOKIE --new-path NEW_PROJECT_PATH [--apps APPS]
    exreleasy.hotreload --version
    exreleasy.hotreload --help

FLAGS:

    --reload-configs        Reload configs as well                              

OPTIONS:

    --node            Node to run hot reload at                                 
    --cookie          Cookie for connecting to remote node                      
    --new-path        Path to new project code                                  
    --apps            Applications to reload        

Task name in all help variants also has typo.

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.