github.com/Redstoneguy129/cli@v0.0.0-20230211220159-15dca4e91917/docs/README.md (about)

     1  ## Extended man pages for CLI commands
     2  
     3  ### Build
     4  
     5  Update [version string](https://github.com/Redstoneguy129/cli/blob/main/docs/main.go#L33) to match latest release.
     6  
     7  ```bash
     8  go run docs/main.go > cli_v1_commands.yaml
     9  ```
    10  
    11  ### Release
    12  
    13  1. Clone the [supabase/supabase](https://github.com/supabase/supabase) repo
    14  2. Copy over the formatted CLI reference
    15  
    16  ```bash
    17  npx prettier -w cli_v1_commands.yaml
    18  mv cli_v1_commands.yaml ../supabase/specs/
    19  ```
    20  
    21  3. If there are new commands added, update [common-cli-sections.json](https://github.com/supabase/supabase/blob/master/spec/common-cli-sections.json) manually