Skip to content

Commit 74e9cac

Browse files
committed
Fix command for listing AWS services
The Symfony console component changed the command "php app/console container:debug" to "php app/console debug:container" - the former does not work on current Symfony versions anymore.
1 parent d1ff64c commit 74e9cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The services made available depends on which version of the SDK is installed. To
9797
view a full list, run the following command from your application's root
9898
directory:
9999
```
100-
php app/console container:debug | grep aws
100+
php app/console debug:container | grep aws
101101
```
102102

103103
Full documentation on each of the services listed can be found in the [SDK API

0 commit comments

Comments
 (0)