1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Jan 8 10:03:00 UTC 2025

This commit is contained in:
Automated 2025-01-08 10:03:00 +00:00
parent 52290f76fe
commit 5a9f5ff67e
161 changed files with 2678 additions and 414 deletions

View file

@ -164,25 +164,31 @@ OPTIONAL FLAGS
Must be one of: 'current-spend' or 'forecasted-spend'. Behavior
defaults to 'current-spend' if not set.
Specify either the calendar-period or custom-period, not both.
At most one of these can be specified:
--calendar-period=CALENDAR_PERIOD
Specifies to track usage over recurring calendar period. If you're
creating a budget with a custom time period, omit this flag.
CALENDAR_PERIOD must be one of: calendar-period-unspecified, month,
quarter, year.
Calendar Period
--start-date=START_DATE
Specifies to track usage after any start date. This time period is
static, it does not recur.
--calendar-period=CALENDAR_PERIOD
Specified to track usage over recurring calendar period. If you're
creating a budget with a custom time period, omit this flag.
CALENDAR_PERIOD must be one of: calendar-period-unspecified, month,
quarter, year.
This flag argument must be specified if any of the other arguments in
this group are specified.
Custom Period
--end-date=END_DATE
Specifies to track usage before any end date. This time period is
static, it does not recur. If specified, --start-date must also be
specified.
--start-date=START_DATE
Specified to track usage after any start date. This time period is
static, it does not recur.
This flag argument must be specified if any of the other arguments
in this group are specified.
--end-date=END_DATE
Specified to track usage before any end date. This time period is
static, it does not recur. If specified, --start-date must also be
specified.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,