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

Implement Heroku-equivalent commands #2

Open
4 tasks done
stuartpb opened this issue Jul 30, 2014 · 2 comments
Open
4 tasks done

Implement Heroku-equivalent commands #2

stuartpb opened this issue Jul 30, 2014 · 2 comments

Comments

@stuartpb
Copy link
Member

definitely

  • apps:create
    • anonymous app creation?
      • I'm going to make this something you opt into by installing a plugin with a random word generator hook. If you don't have one, running apps:create without a name fails.
  • apps:destroy
  • apps:rename

probably

  • apps (command - lists apps)

probably not

  • apps:info

almost certainly not

  • apps:open (considering we're server-side, domains:link is probably the best we can do)

maybe another plugin

  • join, leave, lock, unlock (ownership things)
@stuartpb
Copy link
Member Author

You know, I'm pretty sure we can do apps:create without Git. Just make the app directory that a later Git push will interact with.

Or, apps:create does the Git initialization. (Then the git-hooking plugin should probably be replaced with a git-passthrough version that rejects pushes to repos apps:create has not created.)

@stuartpb
Copy link
Member Author

I think acl would be a cool alternative plugin for join, leave, lock, and unlock.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant