loud-chef-99995
01/13/2023, 4:39 PMcargo shuttle project rm --name my-project
Which gets me
Error: Could not locate the root of a cargo project. Are you inside a cargo project? You can also use `--working-directory` to locate your cargo project.kind-area-3810
01/13/2023, 4:45 PMloud-chef-99995
01/14/2023, 3:08 AMancient-planet-13188
02/03/2023, 8:30 AMdelete or the project rm command, I get the following error Error: 503 Service Unavailable
message: project not readyancient-planet-13188
02/03/2023, 8:31 AMkind-area-3810
02/03/2023, 10:00 AMcargo shuttle project status (if you pass in the name, or call it from the project directory with the name set in Cargo.toml or Shuttle.toml)?ancient-planet-13188
02/03/2023, 10:04 AMproject '[redacted]' is destroyedkind-area-3810
02/03/2023, 10:05 AMproject rm. It means the container is offline, so if you're sending commands that need the container to be online it will error (but the error message doesn't give a lot of info).ancient-planet-13188
02/03/2023, 10:08 AMcargo shuttle deploy --name [redacted] --allow-dirty command I get the following output Error: 503 Service Unavailable
message: project not ready That is also the reason i attempted to delete it at the first placekind-area-3810
02/03/2023, 10:09 AMcargo shuttle project new first, which I realize is a bit confusing as I'm writing this 😄kind-area-3810
02/03/2023, 10:11 AMproject rm and your DB state will not be cleared, so doing project rm -> project new is more of a restart.ancient-planet-13188
02/03/2023, 10:14 AMancient-planet-13188
02/03/2023, 10:14 AMkind-area-3810
02/03/2023, 10:18 AM