cli/cmd
Gregory Schier e3bd751b88
Prompt to link on up command (#293)
* Prompt to link on up if no project configured

* Fix unlink and better error

* Update message

* Fix lint errors
2023-01-11 09:16:31 -08:00
..
add.go Consolidate selection prompts into helper (#139) 2021-06-11 13:55:45 -07:00
build.go Add Linting for CLI (#76) 2021-03-30 11:33:30 -07:00
completion.go enable default non-dynamic completions (#146) 2021-07-06 22:32:47 -07:00
connect.go Fix run command's environment flag (#222) 2022-05-20 08:32:04 -07:00
delete.go Ability to Delete Project from CLI (#158) 2021-10-06 14:54:12 -04:00
design.go railway logs command (#85) 2021-04-07 18:07:23 -07:00
docs.go Add Linting for CLI (#76) 2021-03-30 11:33:30 -07:00
down.go feat: Bypass confirmation dialog railway down (#273) 2022-09-13 03:52:39 -07:00
environment.go add help text to environment command (#142) 2021-06-22 15:52:24 -04:00
init.go Auto import .env file on init (#180) 2021-12-10 17:21:59 -08:00
link.go Prompt to link on up command (#293) 2023-01-11 09:16:31 -08:00
list.go UI fixes and newlines (#38) 2020-10-20 16:31:55 -07:00
login.go Add Linting for CLI (#76) 2021-03-30 11:33:30 -07:00
logout.go setup CLI 2020-10-01 12:57:40 -06:00
logs.go railway logs command (#85) 2021-04-07 18:07:23 -07:00
main.go setup CLI 2020-10-01 12:57:40 -06:00
open.go Support --environment for Up + Fix Exit Status' (#150) 2021-07-27 18:24:46 -07:00
panic.go Variables Hint + Guard (#125) 2021-05-27 17:46:29 -07:00
protect.go Use project/environment from project token if it exists (#126) 2021-05-28 10:08:59 -07:00
run.go Fix run command's environment flag (#222) 2022-05-20 08:32:04 -07:00
shell.go Fix run command's environment flag (#222) 2022-05-20 08:32:04 -07:00
status.go CLI Services Support (#179) 2021-12-02 20:48:15 +00:00
unlink.go Prompt to link on up command (#293) 2023-01-11 09:16:31 -08:00
up.go Prompt to link on up command (#293) 2023-01-11 09:16:31 -08:00
variables.go Introduce optional replace semantics for railway variables set as an alternative to upsert (#265) 2022-08-24 14:35:20 -07:00
version.go Newline for Version cmd (#111) 2021-05-07 10:48:24 -07:00
whoami.go Add Linting for CLI (#76) 2021-03-30 11:33:30 -07:00