Custom Day Commands

uac custom-day

Commands for managing custom days within calendars

uac custom-day [OPTIONS] COMMAND [ARGS]...

create

Creates a new Custom Day

uac custom-day create [OPTIONS] retain_sys_ids=value

Options

-o, --output <output>
-i, --input <input>

Required

-s, --select <select>

select which field to be returned. JSONPATH

Arguments

retain_sys_ids=value

Optional argument(s)

delete

Deletes a specific Custom Day

uac custom-day delete [OPTIONS] customdayid=value customdayname=value

Options

-o, --output <output>
-s, --select <select>

select which field to be returned. JSONPATH

Arguments

customdayid=value customdayname=value

Required argument(s)

get

Retrieves information on a specific Custom Day

uac custom-day get [OPTIONS] customdayid=value customdayname=value

Options

-o, --output <output>
-s, --select <select>

select which field to be returned. JSONPATH

Arguments

customdayid=value customdayname=value

Required argument(s)

list

Retrieves information on all Custom Days

uac custom-day list [OPTIONS]

Options

-o, --output <output>
-s, --select <select>

select which field to be returned. JSONPATH

Arguments

list-qualifying-dates

Retrieves information on Qualifying Dates for a specific Custom Day

uac custom-day list-qualifying-dates [OPTIONS] customdayid=value
                                     customdayname=value calendarid=value
                                     calendarname=value

Options

-o, --output <output>
-s, --select <select>

select which field to be returned. JSONPATH

Arguments

customdayid=value customdayname=value calendarid=value calendarname=value

Required argument(s)

update

Modifies the Custom Day specified by the sysId

uac custom-day update [OPTIONS] version=value sys_id=value
                      exclude_related=value export_release_level=value
                      export_table=value name=value comments=value
                      category=value ctype=value month=value dayofweek=value
                      relfreq=value day=value date=value date_list=value
                      adjustment=value adjustment_amount=value
                      adjustment_type=value nth_amount=value nth_type=value
                      retain_sys_ids=value observed_rules=value period=value
                      holiday=value

Options

-o, --output <output>
-i, --input <input>

Required

-s, --select <select>

select which field to be returned. JSONPATH

Arguments

version=value sys_id=value exclude_related=value export_release_level=value export_table=value name=value comments=value category=value ctype=value month=value dayofweek=value relfreq=value day=value date=value date_list=value adjustment=value adjustment_amount=value adjustment_type=value nth_amount=value nth_type=value retain_sys_ids=value observed_rules=value period=value holiday=value

Optional argument(s)