Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manage multiple simultaneous logins to remote environments #6

Closed
stephanedaviet opened this issue Jul 15, 2014 · 0 comments
Closed
Assignees
Labels
Milestone

Comments

@stephanedaviet
Copy link
Contributor

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
@stephanedaviet stephanedaviet changed the title Manage mutliple simultaneaous login to remote environments Manage mutliple simultaneaous logins to remote environments Jul 15, 2014
@stephanedaviet stephanedaviet self-assigned this Jul 15, 2014
@benoitf benoitf added the V2 label Jul 15, 2014
@benoitf benoitf changed the title Manage mutliple simultaneaous logins to remote environments Manage multiple simultaneous logins to remote environments Jul 29, 2014
benoitf pushed a commit that referenced this issue Jul 29, 2014
Fixes #3 : env add is registering the token
Fixes #6 : Manage multiple simultaneous logins to remote environments
Fixes #19 : Get a global preferences manager
Fixes #45 : notification of changes in subsides of the preferences
@benoitf benoitf added this to the 2.0.0 M1 milestone Jul 29, 2014
@benoitf benoitf closed this as completed Jul 29, 2014
benoitf pushed a commit that referenced this issue Jul 29, 2014
Fixes #3 : env add is registering the token
Fixes #6 : Manage multiple simultaneous logins to remote environments
Fixes #19 : Get a global preferences manager
Fixes #45 : notification of changes in subsides of the preferences
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants