blob: 217bf2300e39db4adf9e75f7e90d1fd49c779592 [file] [log] [blame]
---
title: version
---
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
Display product version information.
**Availability:** Online or offline.
**Syntax:**
``` pre
version [--full]
```
<a id="concept_DEBBA885D95243ABA510416F731D0E75__table_uzb_f5g_2w"></a>
| Name | Description | Defalut Value |
|-----------------------------------------------|---------------------------------------------------------|---------------|
| <span class="keyword parmname">\\-\\-full </span> | Show the full version information. | false |
<span class="tablecap">Table 1. Version Parameters</span>
**Example Commands:**
``` pre
version
version --full
```
**Sample Output:**
``` pre
gfsh>version
v8.0.0
gfsh>version --full
Java version: 8.0.0 build 48319 07/31/2014 17:26:09 PDT javac 1.8.0_1
Native version: native code unavailable
Source revision: 48319
Source repository: gemfire/branches/cedar_dev_Oct12
Running on: /192.0.2.0, 1 cpu(s), amd64 Linux 2.6.32-38-generic
```