Changes between Version 15 and Version 16 of GeniGet


Ignore:
Timestamp:
01/10/14 14:09:02 (10 years ago)
Author:
Aaron Helsinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniGet

    v15 v16  
    1313== Specification Questions ==
    1414 - Define valid error return codes
    15  - What type are the returns for client-version and version? String? Float?
    16  - Is there a command for the version of this specification? Or is that what 'version' was meant to be?
    1715
    1816= PG implementation =
     
    2422== Known Issues ==
    2523 - Slice email for GPO SA slices is incorrect
    26  - Description of `client-id` command is wrong: It is not a client specified sliver ID
    27  - Descriptions of commands is a little unclear: which AM? Specify that commands show output relative to current node. Etc. See the sample text below.
    28  - `get-version` should return additional fields from the `GetVersion` command: `geni_am_code_version`, `geni_urn`, `geni_api_versions`
    2924
    3025= Usage =
     
    4540 - `client version` refers to the version of the geni-get script.
    4641 - `no-cache` means the script should re-query the server for the latest information. Note that this option may have no effect for some implementations.
    47  - `version` refers to the version of the server side of this `geni-get` implementation (if any)
     42 - `version` refers to the version of this specification, currently '''1'''
    4843 - `port` may not be relevant for all implementations, but should always be allowed (for consistency)
    4944
     
    6055    -n, --no-cache        disable reading cached results
    6156    -p, --port            specify server port
    62     -v, --version         display server version
     57    -v, --version         display specification version
    6358
    6459Try "./geni-get commands" for a list of supported commands.
     
    236231
    237232== --version ==
    238 Return the version of the server side of this implementation. If there is no server side, return an empty string.
    239 
    240 '''FIXME: A string? An int? Float?'''
    241 '''FIXME: Was this meant to be the version of this specification?'''
     233Return the version of this specification being implemented as an int.
     234
     235This document description version '''1'''.
    242236
    243237Example:
     
    248242
    249243== --client-version ==
    250 Return the version of this script (`geni-get`).
    251 
    252 ''' FIXME: A string? A float?'''
     244Return the version of this script (`geni-get`) as a string.
    253245
    254246Example: