Skip to content

Instantly share code, notes, and snippets.

@ianneub
Last active August 29, 2015 14:05
Show Gist options
  • Save ianneub/a3ce42cc07b851c0eeff to your computer and use it in GitHub Desktop.
Save ianneub/a3ce42cc07b851c0eeff to your computer and use it in GitHub Desktop.
$ flynn apps
ID NAME
af906746504042d5999d8135acda9a2a devops-web
b41affd16aec4a7d8ad06bc24b6f682c gitreceive
f3b9f6f7bb2e4b4d8e360752dc292aff router
7cca6ea4e74348d38ef88175d0119dae blobstore
f12a78c8df9c4d08b0ac5dc44ce4c2c2 postgres
e5eee5d32f1345ebb6c4de6220fc433f controller
$ flynn log f3b9f6f7bb2e4b4d8e360752dc292aff
controller: not found
# from the app directory
$ flynn ps
ID TYPE
flynn-55da8a8ff10a486b93a1d0107fdc9126 web
@ianneub
Copy link
Author

ianneub commented Aug 14, 2014

The fix is:

$ flynn -a router ps
ID                                      TYPE
flynn-a1393f2b3a1f44b28b94dba3d73c33ee  app

$ flynn log flynn-a1393f2b3a1f44b28b94dba3d73c33ee
[martini] Started GET /
[martini] Completed 404 Not Found in 997.026us
[martini] Started POST /routes
[martini] Completed 200 OK in 3.251997ms
...

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