I'm currently discovering wso2 platform possibilities. I'd like to make an api on stoplight and initialize it through apictl on api manager. I'd like to change my endpoints and other properties. I found out in apictl init --help that there is a flag -d for definition.yaml file which may meet my expectations because every time I initialize my api it takes port 8080 by default.
So now I've got two questions:
- How can I generate definition.yaml file on stoplight?
- After obtaining this file can I manage it's properties through bash commands or through flags in apictl init command? Salut