Andre Briggs

Results 22 issues of Andre Briggs

Currently one called `spk infra scaffold` with parameters then one must manually config the produced `definition.yaml`. We can cut down the number of steps for an operator by making `spk...

epic

The Bedrock CLI has implemented a [method](https://github.com/microsoft/bedrock-cli/blob/02a44c56aa9e537b30b825fbe81f4da831256a57/azure-pipelines.yml#L39) to check for broken links. We should utilization a similar strategy in the Bedrock repository. The result of implementing this would be a...

enhancement
good first issue

- [x] Provide guidance on how to rotate service principals #1199 - [x] Provide guidance on how to rotate SSH Keys #1027 - [ ] Guidance on rolling back with...

epic

`SPK` command line arg aliases have mismatches have inconsistency issues. We should have a style guide to make sure things are consistent. If possible we can probably automate this since...

epic
pre-1.0

Right now we generate pipelines with `spk` like the app repo build pipeline. In that pipeline we inline bash commands to build and push Docker images. This makes it difficult...

enhancement
DX

**As a:** developer **I want:** to set up Flux using https as an additional method to connect to my manifest repo **So that:** I have additional options to securely connect...

enhancement
good first issue
effort - S
spike

Typically CLI's describe a topic as a noun like `deployment` and the command as a verb (action) --> `get`. `dashboard` in `spk deployment dashboard` doesn't fit that model. We could...

enhancement
DX

Related to https://github.com/microsoft/bedrock/issues/1423 Currently we produce a AzDO pipeline yaml that looks like this: ``` # GENERATED WITH BEDROCK VERSION 0.6.5 trigger: branches: include: - master variables: - group: quick-start-vg...

As a Bedrock developer I am using and developing `bedrock`. After running `yarn test` on source code I find that my `$/.bedrock/config.yaml` file is replaced with this [mock file](https://github.com/microsoft/bedrock-cli/blob/master/src/commands/mocks/bedrock-config.yaml#L23) The...

bug

Repro: 1. Use `bedrock init -i` to setup an `config file` at `~/.bedrock/config.yaml` 2. Call `bedrock init -i` and see that the first prompt already has a value filled in...

enhancement