zsh-users
 help / color / mirror / code / Atom feed
* A new Zsh-written tool for CI like commands
@ 2022-10-24 10:35 Sebastian Gniazdowski
  2022-10-24 13:48 ` Ray Andrews
  0 siblings, 1 reply; 4+ messages in thread
From: Sebastian Gniazdowski @ 2022-10-24 10:35 UTC (permalink / raw)
  To: Zsh Users

[-- Attachment #1: Type: text/plain, Size: 559 bytes --]

Hi,
I would like to announce a new utility that allows CI-like command
definitions. Typical CI tools today use YAML files to define them, while
here they're INI files. A typical command is a runnable definition in one
of 4 types (binary, script, autoload function and eval) plus the CWD
directory and some other things, like arguments, if [[ … ]] condition or an
interval in seconds to run it periodically in background. See examples at
https://github.com/zservices/command-CI-server/tree/main/examples.

-- 
Best regards,
Sebastian Gniazdowski

[-- Attachment #2: Type: text/html, Size: 947 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: A new Zsh-written tool for CI like commands
  2022-10-24 10:35 A new Zsh-written tool for CI like commands Sebastian Gniazdowski
@ 2022-10-24 13:48 ` Ray Andrews
  2022-10-24 13:52   ` Luna Jernberg
  0 siblings, 1 reply; 4+ messages in thread
From: Ray Andrews @ 2022-10-24 13:48 UTC (permalink / raw)
  To: zsh-users

[-- Attachment #1: Type: text/plain, Size: 282 bytes --]


On 2022-10-24 03:35, Sebastian Gniazdowski wrote:
> Hi,
> I would like to announce a new utility that allows CI-like command 
> definitions. Typical CI tools today use YAML files to define them, 
> while here they're INI files.

What is 'CI' ?  Can you give me a primer on this?


[-- Attachment #2: Type: text/html, Size: 940 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: A new Zsh-written tool for CI like commands
  2022-10-24 13:48 ` Ray Andrews
@ 2022-10-24 13:52   ` Luna Jernberg
  2022-10-24 14:33     ` Ray Andrews
  0 siblings, 1 reply; 4+ messages in thread
From: Luna Jernberg @ 2022-10-24 13:52 UTC (permalink / raw)
  To: Ray Andrews; +Cc: zsh-users

https://aws.amazon.com/devops/continuous-integration/

On 10/24/22, Ray Andrews <rayandrews@eastlink.ca> wrote:
>
> On 2022-10-24 03:35, Sebastian Gniazdowski wrote:
>> Hi,
>> I would like to announce a new utility that allows CI-like command
>> definitions. Typical CI tools today use YAML files to define them,
>> while here they're INI files.
>
> What is 'CI' ?  Can you give me a primer on this?
>
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: A new Zsh-written tool for CI like commands
  2022-10-24 13:52   ` Luna Jernberg
@ 2022-10-24 14:33     ` Ray Andrews
  0 siblings, 0 replies; 4+ messages in thread
From: Ray Andrews @ 2022-10-24 14:33 UTC (permalink / raw)
  To: zsh-users


On 2022-10-24 06:52, Luna Jernberg wrote:
> https://aws.amazon.com/devops/continuous-integration/

Tx.




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-10-24 14:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-24 10:35 A new Zsh-written tool for CI like commands Sebastian Gniazdowski
2022-10-24 13:48 ` Ray Andrews
2022-10-24 13:52   ` Luna Jernberg
2022-10-24 14:33     ` Ray Andrews

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).