Embed presentation
Downloaded 76 times








![Web-GUI
point
token = client.login("foo@example.com", "password")
session[:token] = token
get ‘/’ do
client = VMC::Client.new(VMC::DEFAULT_TARGET,
session[:token])
client.apps
end
ω
2 token check
´](https://image.slidesharecdn.com/201110181stltkom-111018112818-phpapp01/85/20111018-1st-lt_kom-9-320.jpg)



This document discusses vmc, the command line client for Cloud Foundry. Vmc acts as a wrapper for the Cloud Foundry REST API controller. It allows users to interact with Cloud Foundry through commands instead of direct REST calls. The document notes that vmc's source code and good tutorials are available on GitHub. It also provides a sample Ruby application that uses vmc to authenticate with Cloud Foundry and retrieve a list of apps.








![Web-GUI
point
token = client.login("foo@example.com", "password")
session[:token] = token
get ‘/’ do
client = VMC::Client.new(VMC::DEFAULT_TARGET,
session[:token])
client.apps
end
ω
2 token check
´](https://image.slidesharecdn.com/201110181stltkom-111018112818-phpapp01/85/20111018-1st-lt_kom-9-320.jpg)

