11CMD fizzy
2+ CMD fizzy account
3+ CMD fizzy account entropy
4+ CMD fizzy account help
5+ CMD fizzy account show
26CMD fizzy auth
37CMD fizzy auth help
48CMD fizzy auth list
@@ -9,6 +13,7 @@ CMD fizzy auth switch
913CMD fizzy board
1014CMD fizzy board create
1115CMD fizzy board delete
16+ CMD fizzy board entropy
1217CMD fizzy board help
1318CMD fizzy board list
1419CMD fizzy board publish
@@ -136,6 +141,59 @@ FLAG fizzy --quiet type=bool
136141FLAG fizzy --styled type=bool
137142FLAG fizzy --token type=string
138143FLAG fizzy --verbose type=bool
144+ FLAG fizzy account --agent type=bool
145+ FLAG fizzy account --api-url type=string
146+ FLAG fizzy account --count type=bool
147+ FLAG fizzy account --help type=bool
148+ FLAG fizzy account --ids-only type=bool
149+ FLAG fizzy account --json type=bool
150+ FLAG fizzy account --limit type=int
151+ FLAG fizzy account --markdown type=bool
152+ FLAG fizzy account --profile type=string
153+ FLAG fizzy account --quiet type=bool
154+ FLAG fizzy account --styled type=bool
155+ FLAG fizzy account --token type=string
156+ FLAG fizzy account --verbose type=bool
157+ FLAG fizzy account entropy --agent type=bool
158+ FLAG fizzy account entropy --api-url type=string
159+ FLAG fizzy account entropy --auto_postpone_period_in_days type=int
160+ FLAG fizzy account entropy --count type=bool
161+ FLAG fizzy account entropy --help type=bool
162+ FLAG fizzy account entropy --ids-only type=bool
163+ FLAG fizzy account entropy --json type=bool
164+ FLAG fizzy account entropy --limit type=int
165+ FLAG fizzy account entropy --markdown type=bool
166+ FLAG fizzy account entropy --profile type=string
167+ FLAG fizzy account entropy --quiet type=bool
168+ FLAG fizzy account entropy --styled type=bool
169+ FLAG fizzy account entropy --token type=string
170+ FLAG fizzy account entropy --verbose type=bool
171+ FLAG fizzy account help --agent type=bool
172+ FLAG fizzy account help --api-url type=string
173+ FLAG fizzy account help --count type=bool
174+ FLAG fizzy account help --help type=bool
175+ FLAG fizzy account help --ids-only type=bool
176+ FLAG fizzy account help --json type=bool
177+ FLAG fizzy account help --limit type=int
178+ FLAG fizzy account help --markdown type=bool
179+ FLAG fizzy account help --profile type=string
180+ FLAG fizzy account help --quiet type=bool
181+ FLAG fizzy account help --styled type=bool
182+ FLAG fizzy account help --token type=string
183+ FLAG fizzy account help --verbose type=bool
184+ FLAG fizzy account show --agent type=bool
185+ FLAG fizzy account show --api-url type=string
186+ FLAG fizzy account show --count type=bool
187+ FLAG fizzy account show --help type=bool
188+ FLAG fizzy account show --ids-only type=bool
189+ FLAG fizzy account show --json type=bool
190+ FLAG fizzy account show --limit type=int
191+ FLAG fizzy account show --markdown type=bool
192+ FLAG fizzy account show --profile type=string
193+ FLAG fizzy account show --quiet type=bool
194+ FLAG fizzy account show --styled type=bool
195+ FLAG fizzy account show --token type=string
196+ FLAG fizzy account show --verbose type=bool
139197FLAG fizzy auth --agent type=bool
140198FLAG fizzy auth --api-url type=string
141199FLAG fizzy auth --count type=bool
@@ -244,7 +302,7 @@ FLAG fizzy board --verbose type=bool
244302FLAG fizzy board create --agent type=bool
245303FLAG fizzy board create --all_access type=string
246304FLAG fizzy board create --api-url type=string
247- FLAG fizzy board create --auto_postpone_period type=int
305+ FLAG fizzy board create --auto_postpone_period_in_days type=int
248306FLAG fizzy board create --count type=bool
249307FLAG fizzy board create --help type=bool
250308FLAG fizzy board create --ids-only type=bool
@@ -270,6 +328,20 @@ FLAG fizzy board delete --quiet type=bool
270328FLAG fizzy board delete --styled type=bool
271329FLAG fizzy board delete --token type=string
272330FLAG fizzy board delete --verbose type=bool
331+ FLAG fizzy board entropy --agent type=bool
332+ FLAG fizzy board entropy --api-url type=string
333+ FLAG fizzy board entropy --auto_postpone_period_in_days type=int
334+ FLAG fizzy board entropy --count type=bool
335+ FLAG fizzy board entropy --help type=bool
336+ FLAG fizzy board entropy --ids-only type=bool
337+ FLAG fizzy board entropy --json type=bool
338+ FLAG fizzy board entropy --limit type=int
339+ FLAG fizzy board entropy --markdown type=bool
340+ FLAG fizzy board entropy --profile type=string
341+ FLAG fizzy board entropy --quiet type=bool
342+ FLAG fizzy board entropy --styled type=bool
343+ FLAG fizzy board entropy --token type=string
344+ FLAG fizzy board entropy --verbose type=bool
273345FLAG fizzy board help --agent type=bool
274346FLAG fizzy board help --api-url type=string
275347FLAG fizzy board help --count type=bool
@@ -340,7 +412,7 @@ FLAG fizzy board unpublish --verbose type=bool
340412FLAG fizzy board update --agent type=bool
341413FLAG fizzy board update --all_access type=string
342414FLAG fizzy board update --api-url type=string
343- FLAG fizzy board update --auto_postpone_period type=int
415+ FLAG fizzy board update --auto_postpone_period_in_days type=int
344416FLAG fizzy board update --count type=bool
345417FLAG fizzy board update --help type=bool
346418FLAG fizzy board update --ids-only type=bool
@@ -1869,6 +1941,10 @@ FLAG fizzy webhook update --quiet type=bool
18691941FLAG fizzy webhook update --styled type=bool
18701942FLAG fizzy webhook update --token type=string
18711943FLAG fizzy webhook update --verbose type=bool
1944+ SUB fizzy account
1945+ SUB fizzy account entropy
1946+ SUB fizzy account help
1947+ SUB fizzy account show
18721948SUB fizzy auth
18731949SUB fizzy auth help
18741950SUB fizzy auth list
@@ -1879,6 +1955,7 @@ SUB fizzy auth switch
18791955SUB fizzy board
18801956SUB fizzy board create
18811957SUB fizzy board delete
1958+ SUB fizzy board entropy
18821959SUB fizzy board help
18831960SUB fizzy board list
18841961SUB fizzy board publish
0 commit comments