NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Data Protection

SnapCreator override parameters via CLI

btobias
4,690 Views

Hi SC experts!

I'm wondering how to call snapcreator CLI to override parameters of a given config. in snapcreator GUI there's an option to add/override parameters, e.g. SC_CLONE_TARGET (see screenshot). I want to achieve the same thing using CLI. Any ideas?

Thanks a lot,

Toby

1 ACCEPTED SOLUTION

charly
4,689 Views

You can try '--params' option in CLI

--params <params>    Defines custom parameters in the form of key=value pairs

View solution in original post

2 REPLIES 2

charly
4,690 Views

You can try '--params' option in CLI

--params <params>    Defines custom parameters in the form of key=value pairs

btobias
4,689 Views

Thanks Charly for the immediate answer. I've read the install guide a couple of times before, but must have missed this one...

Public