setup config for a specific extension #83
Replies: 3 comments 4 replies
-
Hi, Good idea! I've been trying to think of some better approaches with adding the configuration parameters for a package. I was considering adding a similar process to the end of the install process but this sounds like a better idea, i.e. have a specific command to walkthrough the parameters for an extension. You can currently see which extensions each parameter is specified in by using the describe command:
|
Beta Was this translation helpful? Give feedback.
-
Cool! Do you think ppl also need to check config params for a specified extension? Something like |
Beta Was this translation helpful? Give feedback.
-
The new https://github.com/airsdk/apm/wiki/Usage-ProjectsAndPackages#set The existing one was:
You can now do:
This will print the "description" and then ask for input for a value.
will print the parameters for the specified package and ask for input for each one. Lastly,
(with no params) will walk through all the project parameters asking for input for each. With any of these hitting enter with no input will leave the value unchanged. |
Beta Was this translation helpful? Give feedback.
-
Hello, is it possible to setup required config params for a specific extension? something like
apm project config set IDFA
, and then walkthrough all required params similar toinit
command?Similarily, is there a need to list required config params for a specific extension?
Beta Was this translation helpful? Give feedback.
All reactions