add --chaos support on the cmd command? #538

Closed
opened 2025-04-21 14:16:18 +00:00 by mayel · 1 comment
abra app cmd list myserver.cafe --chaos
Error: unknown flag: --chaos
Usage:
  abra app command list <domain> [flags]

Aliases:
  list, ls

Flags:
  -h, --help   help for list

Global Flags:
  -d, --debug                show debug messages
  -i, --ignore-env-version   ignore .env version checkout
  -n, --no-input             toggle non-interactive mode
  -o, --offline              prefer offline & filesystem access
``` abra app cmd list myserver.cafe --chaos Error: unknown flag: --chaos Usage: abra app command list <domain> [flags] Aliases: list, ls Flags: -h, --help help for list Global Flags: -d, --debug show debug messages -i, --ignore-env-version ignore .env version checkout -n, --no-input toggle non-interactive mode -o, --offline prefer offline & filesystem access
decentral1se added the
bug
label 2025-04-21 15:44:16 +00:00
decentral1se added this to the abra v0.10.0 project 2025-04-21 15:44:22 +00:00
Owner

It's in the new RC, release on the way.

cli/app/cmd.go Lines 269 to 275 in a43a092ba7
AppCmdCommand.Flags().BoolVarP(
&internal.Chaos,
"chaos",
"C",
false,
"ignore uncommitted recipes changes",
)

It's in the new RC, release on the way. https://git.coopcloud.tech/toolshed/abra/src/commit/a43a092ba718b31cb2c01550263d4418d35735b8/cli/app/cmd.go#L269-L275
decentral1se moved this to Done in abra v0.10.0 on 2025-04-21 17:48:16 +00:00
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: toolshed/abra#538
No description provided.