diff --git a/doc_source/resource-type-cli-submit.md b/doc_source/resource-type-cli-submit.md index 0add620c..38f6070a 100755 --- a/doc_source/resource-type-cli-submit.md +++ b/doc_source/resource-type-cli-submit.md @@ -27,6 +27,8 @@ The user registering the extension must be able to access the schema handler pac [--role-arn ] [--no-role] [--set-default] +[--use-docker] +[--no-docker] ``` ## Options @@ -67,6 +69,18 @@ You can't specify both `--role-arn` and `--no-role` arguments\. Upon successful registration of the type version, sets the current type version as the default version\. +`--use-docker` + +Use docker for platform\-independent packaging\. This is highly recommended unless you are experienced with cross\-platform packaging\. This overrides the `use_docker` setting in your project's `.rpdk-config` file\. + +You can't specify both `--use-docker` and `--no-docker` arguments\. + +`--no-docker` + +Skip docker when packaging the project\. Generally not recommended unless you are experienced with cross\-platform packaging\. This overrides the `use_docker` setting in your project's `.rpdk-config` file\. + +You can't specify both `--use-docker` and `--no-docker` arguments\. + ## Output Extension registration is an asynchronous operation\. You can use the supplied registration token to track the progress of your extension registration request using the [DescribeTypeRegistration](https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeTypeRegistration.html) action of the CloudFormation API\.