Skip to content

Commit 1d32b07

Browse files
authored
added cfn submit section to README (#576)
1 parent 059b858 commit 1d32b07

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,23 @@ To refresh auto-generated code, use the `generate` command. Usually, plugins try
3333
cfn generate
3434
```
3535

36+
### Command: submit
37+
38+
To register a resource provider in your account, use the `submit` command.
39+
40+
```bash
41+
cfn submit
42+
cfn submit --dry-run #prepares schema handler package without submitting for registration
43+
```
44+
3645
### Command: test
3746

3847
To run the contract tests, use the `test` command.
3948

4049
```bash
4150
cfn test
4251
cfn test -- -k contract_delete_update #to run a single test
43-
cfn test --tb=long # exhaustive, informative traceback formatting
52+
cfn test --tb=long #exhaustive, informative traceback formatting
4453
cfn test --enforce-timeout 60 #set the RL handler timeout to 60 seconds and CUD handler timeout to 120 seconds.
4554
cfn test --enforce-timeout 60 -- -k contract_delete_update # combine args
4655
```

0 commit comments

Comments
 (0)