Skip to content

Instantly share code, notes, and snippets.

@rmb938
Created September 18, 2017 00:56
Show Gist options
  • Save rmb938/f01744c3c1de4ce89680c4a55d7822fc to your computer and use it in GitHub Desktop.
Save rmb938/f01744c3c1de4ce89680c4a55d7822fc to your computer and use it in GitHub Desktop.
$ ./bin/deli project list --limit 2
+------+--------------------------------------+
| NAME | ID |
+------+--------------------------------------+
| w003 | ca3a3495-00ec-4388-b549-430dfe895256 |
| w002 | dc15173f-a76e-401f-be8d-aa05d05385ff |
+------+--------------------------------------+
Next Page Marker
dc15173f-a76e-401f-be8d-aa05d05385ff
Ryan@Ryan-PC MINGW64 /e/Dropbox/go/src/github.com/sandwichcloud/deli-cli (master)
$ ./bin/deli project list --limit 2 --marker dc15173f-a76e-401f-be8d-aa05d05385ff
+------+--------------------------------------+
| NAME | ID |
+------+--------------------------------------+
| w001 | ae0229f1-4227-4516-80b2-59d57d0b5cad |
| w00 | e868ca52-23e9-4939-b717-457d9668d0f5 |
+------+--------------------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment