Pull a Specific Resource

You can pull a specific resource from your project in the following way:

copy
$
catalyst pull [feature]

You must specify the keyword client , functions , or apig . For example, to pull functions alone, execute the following command from your project directory:

copy
$
catalyst pull functions

This will list all the functions that you can pull into your directory. You can select and pull the required resources as discussed in the previous section.

Pull a Specific Resource in CLI

Last Updated 2023-12-14 16:25:23 +0530 +0530

ON THIS PAGE