Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to show all apps deployed to your Meteor developer account?

Tags:

meteor

I just signed up for a Meteor developer account and deployed my first app. I have searched and seen the blog post on the develop account but I have not found any information on how to login and view a list of all apps deployed to your account.

So for example after

meteor login

you could type

meteor list 

and it would list all the apps deployed to this account

but I have not found any such command and I am wondering if it exists?

like image 962
Nearpoint Avatar asked Mar 30 '14 02:03

Nearpoint


1 Answers

Update

The command has since been added use:

meteor list-sites

Make sure you're logged in first. Use meteor login to login, if you're not already.


At the moment this feature is not yet available. It should be available soon, according to the discussions on meteor-talk, with an API call and a meteor command like 'list'.

The apps listed on your Meteor Developer account are not the same as your deployed apps. The apps listed there are the ones that have access to your meteor developer account via OAuth.

More Info:

  • https://groups.google.com/forum/#!topic/meteor-talk/QPlmTfYf5gM
  • https://groups.google.com/forum/#!topic/meteor-talk/xFmGbAsmIck
like image 170
Tarang Avatar answered Nov 11 '22 07:11

Tarang