Skip to content

rossim2i2/cmdbox-isosec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CmdBox isosec Command

GoDoc License

This simple utility returns the current UTC time in YYYYMMDDhhmmss format. This can be used to create a unique folder/file or as a general time stamp.

It is kept in sync with the latest CmdBox tagged version.

Install

This command can be installed as a standalone program or composed into a CmdBox composite monolith.

Use go install to install as a standalone:

go install github.com/rossim2i2/cmdbox-isosec/isosec@latest

Use import with a blank identifier to be composed:

import (
  "github.com/rwxrob/cmdbox"
  _ "github.com/rossim2i2/cmdbox-isosec"
)

Embedded Documentation

See the cmd.go file itself for additional embedded documentation about this command.

Usage

isosec
isosec help
isosec version

Legal

Copyright (c) 2021 Robert S. Muhlestein Released under the Apache 2.0

Contributors and project participants implicitly accept the Developer Certificate of Authenticity (DCO).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages