hexa
hexa copied to clipboard
Hexa: The ultimate companion for Azure. Setup and deploy in seconds
Thundr
## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes/features) - [ ] Docs have...
**Describe the bug** If you used `az configure --defaults group=` to define a default resource group for the az cli, all commands that do not define a resource group will...
**Describe the bug** When creating a storage instance, the `az` CLI will check if the following environment variables are set, if so, it will use them and ignore the options...
`✗ TypeError: Cannot read property 'name' of undefined at /usr/lib/node_modules/@manekinekko/hexa/build/features/storage/index.js:55:86 at step (/usr/lib/node_modules/@manekinekko/hexa/build/features/storage/index.js:33:23) at Object.next (/usr/lib/node_modules/@manekinekko/hexa/build/features/storage/index.js:14:53) at /usr/lib/node_modules/@manekinekko/hexa/build/features/storage/index.js:8:71 at new Promise () at __awaiter (/usr/lib/node_modules/@manekinekko/hexa/build/features/storage/index.js:4:12) at module.exports (/usr/lib/node_modules/@manekinekko/hexa/build/features/storage/index.js:49:12) at /usr/lib/node_modules/@manekinekko/hexa/build/commands/init.js:139:42...
**Describe the bug** The .env file is wrongly created with the content of the .gitignore file. Investigate why. **To Reproduce** Just run `npm init` and see the generated .env file....
**Describe the bug** ``` hexa init --just=hosting ? Enter a name for the project: angularhexa ✔ Checking for existing project angularhexa... ✔ Bootstrapping project angularhexa... ✔ Checking authorizations for project...
**Describe the bug** I'm following the [nitro guide](https://nitr.ooo/). Everything worked ok until the `hexa init --just=functions` command which failed with: ``` ✗ TypeError: Cannot convert undefined or null to object...