Documentation
¶
Overview ¶
Command time is an example plugin contributing basic date/time actions — "time.now@1", "time.format@1", "time.parse@1", "time.add@1", and "time.sleep@1" — the kind of utility operations most real workflows need (timestamps, expiries, scheduling windows, pacing). Every action that produces a moment in time represents it as RFC3339 in UTC, so the actions compose directly: "time.now@1"'s output feeds "time.add@1", whose output feeds "time.format@1", without any conversion step in between.
It depends only on the SDK (sdk/go-plugin), never on any internal/ package of the agent.
Click to show internal directories.
Click to hide internal directories.