This message was deleted.
# general
s
This message was deleted.
w
I believe everything is based on the Token right? So unless you are committing the Token and/or Cloud platform token (which is probably a bad idea) the folks who clone your repo would need to provide their own.
a
@wonderful-portugal-96162 Hi, Thanks for replying! i'm actually not talking about the Token side of things, but the dependecies that are needed when deploying a pulumi operation. let's say i'm cloning a repo that has some index.ts file and the other necessary files (btw, what are they?) with pulumi configuration - will pulumi up still work but will do "npm i" automatically? or the project needs to be deployed prior to cloning, with pulumi new?
p
If you want to allow others to reuse your code in a restrictive way , I think you need to use "pulumi automation API"