You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CLI offers many important command options and arguments that manage, or should manage, the entire development cycle of a cloudstate serveless function. Beautiful.
But I see that it would be interesting to offer an extra option for the user. There could be a properties file, probably toml or yaml, where we could describe all the parameters of a function app.
This would allow for much faster workflows because, imagine that we created a file that described everything we need and executed a "cloudstate init" command in the folder where that file is located? As a result, the entire project structure would be created, as well as specific Cloudstate Operator configurations.
So far nothing new, but let's move forward a little and imagine that we would execute any other command that required many parameters in the traditional way (cloudstate deploy for example). In this case, the CLI would only read the information from the descriptor file and execute all the necessary steps without the user having to execute the command with all parameters every time he needed to carry out this command.
This would also allow us to add new features as an extension of the CLI, such as creating clusters in different cloud providers, without this polluting the set of options available via the command line.
The CLI offers many important command options and arguments that manage, or should manage, the entire development cycle of a cloudstate serveless function. Beautiful.
But I see that it would be interesting to offer an extra option for the user. There could be a properties file, probably toml or yaml, where we could describe all the parameters of a function app.
This would allow for much faster workflows because, imagine that we created a file that described everything we need and executed a "cloudstate init" command in the folder where that file is located? As a result, the entire project structure would be created, as well as specific Cloudstate Operator configurations.
So far nothing new, but let's move forward a little and imagine that we would execute any other command that required many parameters in the traditional way (cloudstate deploy for example). In this case, the CLI would only read the information from the descriptor file and execute all the necessary steps without the user having to execute the command with all parameters every time he needed to carry out this command.
This would also allow us to add new features as an extension of the CLI, such as creating clusters in different cloud providers, without this polluting the set of options available via the command line.
File proposal for toml(.cloudsettings):
The text was updated successfully, but these errors were encountered: