|
| 1 | +<!DOCTYPE html> |
| 2 | +<htm> |
| 3 | + <head> |
| 4 | + |
| 5 | + <title> |
| 6 | + Force.com CLI |
| 7 | + </title> |
| 8 | + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 9 | + |
| 10 | + <meta name="description" content=""> |
| 11 | + <meta name="keywords" content=""> |
| 12 | + |
| 13 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 14 | + |
| 15 | + <link rel="stylesheet" type="text/css" href="styles.css"> |
| 16 | + |
| 17 | + <script type="text/javascript" src="modernizr.custom.25713.js"></script> |
| 18 | + <script type="text/javascript" src="jquery-1.10.2.min.js"></script> |
| 19 | + </head> |
| 20 | + |
| 21 | + <body> |
| 22 | + |
| 23 | + <div id="stage" class="home"> |
| 24 | + |
| 25 | + |
| 26 | + <!-- ================================================== --> |
| 27 | + <!-- BEGIN: PAGE --> |
| 28 | + <!-- ================================================== --> |
| 29 | + |
| 30 | + <div id="page" class=""> |
| 31 | + |
| 32 | + <!-- ================================================== --> |
| 33 | + <!-- BEGIN: PAGE HEADER --> |
| 34 | + <!-- ================================================== --> |
| 35 | + |
| 36 | + <div id="page-header" class="stage-pod stage-pod-purple"> |
| 37 | + |
| 38 | + <div class="container container-pod container-pod-tall"> |
| 39 | + |
| 40 | + <h1 class="flush-top centered inverse short"> |
| 41 | + |
| 42 | + Force.com CLI |
| 43 | + |
| 44 | + </h1> |
| 45 | + |
| 46 | + <p class="lead inverse centered"> |
| 47 | + |
| 48 | + Command-line interface to Force.com. |
| 49 | + |
| 50 | + </p> |
| 51 | + |
| 52 | + <div class="os-selector"> |
| 53 | + |
| 54 | + <div class="os-selector-item os-selector-item-osx active" data-os="osx"> |
| 55 | + |
| 56 | + <a href="/#"> |
| 57 | + |
| 58 | + <span class="os-selector-item-icon"> |
| 59 | + </span> |
| 60 | + |
| 61 | + <span class="os-selector-item-label h5-clone inverse flush-top flush-bottom"> |
| 62 | + |
| 63 | + Mac OS X |
| 64 | + |
| 65 | + </span> |
| 66 | + |
| 67 | + </a> |
| 68 | + |
| 69 | + </div> |
| 70 | + |
| 71 | + <div class="os-selector-item os-selector-item-windows" data-os="windows"> |
| 72 | + |
| 73 | + <a href="/#"> |
| 74 | + |
| 75 | + <span class="os-selector-item-icon"> |
| 76 | + </span> |
| 77 | + |
| 78 | + <span class="os-selector-item-label h5-clone inverse flush-top flush-bottom"> |
| 79 | + |
| 80 | + Windows |
| 81 | + |
| 82 | + </span> |
| 83 | + |
| 84 | + </a> |
| 85 | + |
| 86 | + </div> |
| 87 | + |
| 88 | + <div class="os-selector-item os-selector-item-debian-ubuntu" data-os="debian-ubuntu"> |
| 89 | + |
| 90 | + <a href="/#"> |
| 91 | + |
| 92 | + <span class="os-selector-item-icon"> |
| 93 | + </span> |
| 94 | + |
| 95 | + <span class="os-selector-item-label h5-clone inverse flush-top flush-bottom"> |
| 96 | + |
| 97 | + Debian/Ubuntu |
| 98 | + |
| 99 | + </span> |
| 100 | + |
| 101 | + </a> |
| 102 | + |
| 103 | + </div> |
| 104 | + |
| 105 | + <div class="os-selector-item os-selector-item-standalone" data-os="standalone"> |
| 106 | + |
| 107 | + <a href="/#"> |
| 108 | + |
| 109 | + <span class="os-selector-item-icon"> |
| 110 | + </span> |
| 111 | + |
| 112 | + <span class="os-selector-item-label h5-clone inverse flush-top flush-bottom"> |
| 113 | + |
| 114 | + Standalone |
| 115 | + |
| 116 | + </span> |
| 117 | + |
| 118 | + </a> |
| 119 | + |
| 120 | + </div> |
| 121 | + |
| 122 | + </div> |
| 123 | + |
| 124 | + <div class="button-toolbar button-toolbar-centered flush-bottom download-buttons"> |
| 125 | + |
| 126 | + <div class="button button-primary inverse" id="button-download-osx"> |
| 127 | + <a href="/releases/v0.22.84/darwin-amd64/force" style="color:#58488a;"> Download for Mac OS X |
| 128 | + </a> |
| 129 | + </div> |
| 130 | + |
| 131 | + <div class="button button-primary inverse hide" id="button-download-windows"> |
| 132 | + <a href="/releases/v0.22.84/windows-amd64/force.exe" style="color:#58488a;"> Download for Windows |
| 133 | + </a> |
| 134 | + </div> |
| 135 | + |
| 136 | + |
| 137 | + <div class="button button-primary inverse hide" id="button-download-debian-ubuntu"> |
| 138 | + <a href="/releases/v0.22.84/linux-amd64/force" style="color:#58488a;"> Download for Debian/Ubuntu |
| 139 | + </a> |
| 140 | + </div> |
| 141 | + |
| 142 | + <div class="button button-primary inverse hide" id="button-download-standalone"> |
| 143 | + <a href="https://github.com/heroku/force" style="color:#58488a;"> |
| 144 | + Download from Github |
| 145 | + </a> |
| 146 | + </div> |
| 147 | + |
| 148 | + </div> |
| 149 | + <p></p> |
| 150 | + |
| 151 | + </div> |
| 152 | + |
| 153 | + </div> |
| 154 | + |
| 155 | + <!-- ================================================== --> |
| 156 | + <!-- END: PAGE HEADER --> |
| 157 | + <!-- ================================================== --> |
| 158 | + |
| 159 | + <!-- ================================================== --> |
| 160 | + <!-- BEGIN: PAGE CONTENT --> |
| 161 | + <!-- ================================================== --> |
| 162 | + |
| 163 | + <div id="page-content" class="stage-pod"> |
| 164 | + |
| 165 | + <div class="container container-pod container-pod-tall"> |
| 166 | + |
| 167 | + <!-- ================================================== --> |
| 168 | + <!-- BEGIN: TOOLBELT INSTRUCTIONS (OS X) --> |
| 169 | + <!-- ================================================== --> |
| 170 | + |
| 171 | + <div class="toolbelt-instructions-osx"> |
| 172 | + |
| 173 | + <h2> |
| 174 | + |
| 175 | + What is it? |
| 176 | + |
| 177 | + </h2> |
| 178 | + |
| 179 | + <p> |
| 180 | + The Force.com CLI allows you to work with Force.com data directly from the command line. You can Browse and Create Force.com objects, view, edit, create, and delete records, execute APEX code and SOQL queries, and more. |
| 181 | + </p> |
| 182 | + <hr> |
| 183 | + |
| 184 | + <h2> |
| 185 | + |
| 186 | + Getting started |
| 187 | + |
| 188 | + </h2> |
| 189 | + |
| 190 | + <p> |
| 191 | + |
| 192 | + Once installed, you'll have access to the `force` command from your command shell. A Salesforce.com account is required. If you do not have one, <a href="https://events.developerforce.com/signup">sign-up for a free developer account</a>: |
| 193 | + |
| 194 | + </p> |
| 195 | + |
| 196 | + <div class="terminal-window"> |
| 197 | + |
| 198 | + <div class="terminal-window-header-buttons"> |
| 199 | + |
| 200 | + <div class="terminal-window-header-button"></div> |
| 201 | + <div class="terminal-window-header-button"></div> |
| 202 | + <div class="terminal-window-header-button"></div> |
| 203 | + |
| 204 | + </div> |
| 205 | + |
| 206 | + <div class="terminal-window-content"> |
| 207 | + |
| 208 | + <p class="flush-bottom"> |
| 209 | + |
| 210 | + <span class="emphasis">$ force login</span><br> |
| 211 | + |
| 212 | + </p> |
| 213 | + |
| 214 | + </div> |
| 215 | + |
| 216 | + </div> |
| 217 | + |
| 218 | + <p> |
| 219 | + |
| 220 | + You're now ready to use the Force.com CLI: |
| 221 | + |
| 222 | + </p> |
| 223 | + |
| 224 | + <div class="terminal-window flush-bottom"> |
| 225 | + |
| 226 | + <div class="terminal-window-header-buttons"> |
| 227 | + |
| 228 | + <div class="terminal-window-header-button"></div> |
| 229 | + <div class="terminal-window-header-button"></div> |
| 230 | + <div class="terminal-window-header-button"></div> |
| 231 | + |
| 232 | + </div> |
| 233 | + |
| 234 | + |
| 235 | + <pre class="terminal-window-content"><span class="emphasis">$ force help</span> |
| 236 | + |
| 237 | +Available commands: |
| 238 | + login Log in to force.com |
| 239 | + logout Log out from force.com |
| 240 | + whoami Show information about the active account |
| 241 | + sobject Manage sobjects |
| 242 | + field Manage sobject fields |
| 243 | + record Create, modify, or view records |
| 244 | + export Export metadata to a local directory |
| 245 | + import Import metadata from a local directory |
| 246 | + query Execute a SOQL query |
| 247 | + apex Execute anonymous Apex code |
| 248 | + version Display current version |
| 249 | + update Update to the latest version |
| 250 | + help Show this help |
| 251 | + |
| 252 | +Run 'force help [command]' for details. |
| 253 | + </pre> |
| 254 | + |
| 255 | + </div> |
| 256 | + |
| 257 | + |
| 258 | + </div> |
| 259 | + |
| 260 | + |
| 261 | + </div> |
| 262 | + |
| 263 | + <!-- ================================================== --> |
| 264 | + <!-- END: PAGE CONTENT --> |
| 265 | + <!-- ================================================== --> |
| 266 | + |
| 267 | + </div> |
| 268 | + |
| 269 | + <!-- ================================================== --> |
| 270 | + <!-- END: PAGE --> |
| 271 | + <!-- ================================================== --> |
| 272 | + |
| 273 | + |
| 274 | + |
| 275 | + </div> |
| 276 | + |
| 277 | + <!-- ================================================== --> |
| 278 | + <!-- END: STAGE --> |
| 279 | + <!-- ================================================== --> |
| 280 | + |
| 281 | + <!-- ================================================== --> |
| 282 | + <!-- BEGIN: BODY FOOT --> |
| 283 | + <!-- ================================================== --> |
| 284 | + |
| 285 | + <!-- +++++++++++++++++ PRETTY PRINT +++++++++++++++++++ --> |
| 286 | + |
| 287 | + <script type="text/javascript" src="prettify.js"></script> |
| 288 | + |
| 289 | + <!-- +++++++++++++++++++ RETINA.JS ++++++++++++++++++++ --> |
| 290 | + |
| 291 | + <script type="text/javascript" src="jquery.retina.js"></script> |
| 292 | + |
| 293 | + <!-- +++++++++++++++++ APPLICATION.JS +++++++++++++++++ --> |
| 294 | + |
| 295 | + <script type="text/javascript" src="app.js"></script> |
| 296 | + |
| 297 | + <!-- ++++++++++++++++++++ CSS3PIE +++++++++++++++++++++ --> |
| 298 | + |
| 299 | + <!--[if lt IE 7 ]> |
| 300 | +
|
| 301 | + <script type="text/javascript" src="/resources/javascript/libraries/CSS3Pie/PIE_IE678.js"></script> |
| 302 | +
|
| 303 | + <![endif]--> |
| 304 | + |
| 305 | + <!--[if IE 7 ]> |
| 306 | +
|
| 307 | + <script type="text/javascript" src="/resources/javascript/libraries/CSS3Pie/PIE_IE678.js"></script> |
| 308 | +
|
| 309 | + <![endif]--> |
| 310 | + |
| 311 | + <!--[if IE 8 ]> |
| 312 | +
|
| 313 | + <script type="text/javascript" src="/resources/javascript/libraries/CSS3Pie/PIE_IE678.js"></script> |
| 314 | +
|
| 315 | + <![endif]--> |
| 316 | + |
| 317 | + <!--[if IE 9 ]> |
| 318 | +
|
| 319 | + <script type="text/javascript" src="/resources/javascript/libraries/CSS3Pie/PIE_IE9.js"></script> |
| 320 | +
|
| 321 | + <![endif]--> |
| 322 | + |
| 323 | + <!-- ================================================== --> |
| 324 | + <!-- END: BODY FOOT --> |
| 325 | + <!-- ================================================== --> |
| 326 | + |
| 327 | + <!-- ================================================== --> |
| 328 | + <!-- END: BODY --> |
| 329 | + <!-- ================================================== --> |
| 330 | + |
| 331 | + |
| 332 | +</body></html> |
0 commit comments