cli/src
Mahmoud Abdelwahab a2f8a69cb3
feat: add railway bucket command for managing buckets (#806)
* feat: add `railway bucket` command for managing Railway buckets

Supports create, delete, list, info, credentials, and rename subcommands with --json output, interactive/non-interactive modes, and automatic commit vs stage detection based on pending environment changes.
2026-03-06 21:34:03 +02:00
..
commands feat: add railway bucket command for managing buckets (#806) 2026-03-06 21:34:03 +02:00
controllers Adding logic to handle selection events past end of log line length. Build passes, tests passes. (#805) 2026-02-27 14:14:25 -05:00
gql feat: add railway bucket command for managing buckets (#806) 2026-03-06 21:34:03 +02:00
util fix: show error level indicators in build logs (#782) 2026-02-03 22:53:25 -05:00
client.rs Add better unauthenticated error messages (#768) 2026-01-18 11:37:49 -05:00
config.rs Skip 2FA prompt for token-based auth (#781) 2026-02-04 00:15:17 +05:30
consts.rs Fix the scale command and move the 2FA error from bail into a single error (#777) 2026-01-27 21:51:41 -05:00
errors.rs feat: add railway bucket command for managing buckets (#806) 2026-03-06 21:34:03 +02:00
macros.rs Add per-command CLI telemetry (#791) 2026-02-12 12:03:59 -05:00
main.rs feat: add railway bucket command for managing buckets (#806) 2026-03-06 21:34:03 +02:00
subscription.rs Consistent variable parsing (#689) 2025-11-18 08:37:23 -05:00
table.rs Migrate to CLI v3 (#304) 2023-03-03 21:44:32 -05:00
telemetry.rs feat: add railway telemetry command (enable/disable/status) (#802) 2026-02-23 12:46:22 -05:00
workspace.rs Add workspace info to list --json output (#721) 2026-01-07 12:07:36 -05:00