Cylc cycle-point and cylc cyclepoint the same?

Hi there

I think that cylc cycle-point and cylc cyclepoint are the same but the documentation doesn’t appear to make this clear. The 7.9.3. docs show the following…

$ cylc cyclepoint -h
Usage: cylc [util] ***cycle-point*** [OPTIONS] [POINT]

Cycle point date-time offset computation, and filename templating.

Filename templating replaces elements of a template string with corresponding
elements of the current or given cycle point.

Use ISO 8601 or posix date-time format elements:
  % cylc ***cyclepoint*** 2010080T00 --template foo-CCYY-MM-DD-Thh.nc
  foo-2010-08-08-T00.nc
  % cylc ***cyclepoint*** 2010080T00 --template foo-%Y-%m-%d-T%H.nc
  foo-2010-08-08-T00.nc

Other examples:

1) print offset from an explicit cycle point:
  % cylc [util] **cycle-point** --offset-hours=6 20100823T1800Z
  20100824T0000Z

and
so
on…

Any thoughts?

Thanks!

Jonny

You’re correct, they are the same. Several cylc commands have aliases, intended to make it easier on users’ memories!

I suppose we should list aliases in the command help, to make it obvious.

1 Like

ok great, thanks a lot for the confirmation!