GithubHelp home page GithubHelp logo

cli's People

Contributors

benoitf avatar hound-eye avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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

cli's Issues

Add root level shell for launching cli

As for the SDK project, we should provide unix shell scripts to launch the CLI (interactive or not) at the root level when the repository has been cloned

Login command should register the token

Login command should register token
Also the token should be stored in a file so that could be used by other commands (when not using interactive CLI that share options in a map)

Implement logs command

The log command will display the logs for a given runner (by providing its runner ID)

short id could be colored

We could have color on the short ID

if we've
|12a73e1|
|098fd39|
|5d568e7|

the first 2 digits could be highlighted to tell that it can be used as a short identifier

so 12, 09 and 5d could be used in this case and could be in a different color

Manage multiple simultaneous logins to remote environments

File structure proposal for environment storage:

{
  "environments" : {
    "florent_dev" : {
      "url" : "http://dev.codenvy.com",
      "username" : …,
      "token" : …
    },
    "stephane_dev" : {
      …
    },
    "prod" : {
      "url" : "https://codenvy.com",
      …
    }
  }
}

Restrict env by command line arg:

list --env=florent_dev

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.