Skip to content

Commit 1f8deed

Browse files
committed
Remove script/shell.sh and script/copy-file.sh
These are replaced with bin/mavis-server
1 parent 5c874a0 commit 1f8deed

3 files changed

Lines changed: 1 addition & 317 deletions

File tree

docs/aws-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ sso_registration_scopes = sso:account:access
3535
- Run `aws configure sso`. This will prompt you to log in to your AWS account and grant the necessary permissions for the CLI to access AWS services. When prompted for a region enter `eu-west-2` and for output format enter `json`.
3636
- Install the Session Manager plugin for the AWS CLI by following the instructions in the [AWS Systems Manager Session Manager documentation](https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-install-plugin.html).
3737
- Run `aws sso login` to log in to your AWS account and establish a session. This will allow you to access AWS resources using the CLI.
38-
- You should now be able to shell into a running service. The simplest way to do this is using the `script/shell.sh` script, e.g. `script/shell.sh qa`.
38+
- You should now be able to shell into a running service. The simplest way to do this is using the `bin/mavis-server shell` command, e.g. `bin/mavis-server shell qa`.

script/copy-file.sh

Lines changed: 0 additions & 132 deletions
This file was deleted.

script/shell.sh

Lines changed: 0 additions & 184 deletions
This file was deleted.

0 commit comments

Comments
 (0)