SpecBridge 0.0.1-aplha1

This is a prerelease version of SpecBridge.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet tool install --global SpecBridge --version 0.0.1-aplha1                
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local SpecBridge --version 0.0.1-aplha1                
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=SpecBridge&version=0.0.1-aplha1&prerelease                
nuke :add-package SpecBridge --version 0.0.1-aplha1                

SpecBridge

SpecBridge is a tool to synchronise gherkin specifications to Atlassian Confluence. The purpose of this tool is to be able to share .feature files with stakeholders.

Prerequisites

  • An API token with access to a Atlassian Confluence Space
  • A pre created page on that space

How it works

This tool indexes .feature files in the given directories and creates a page for each .feature. All pages are created as children under the given PageId.

Usage

  -f, --features    paths to feature files. default is './'
  --url             Required. atlassian base url, for example
                    'https://nwwz.atlassian.net/'
  --space           Required. atlassian space key, for example 'SpecBridge'
  --page            Required. id of the page under which to place the
                    specifications
  --user            Required. username to authenticate with
  --password        Required. password to authenticate with
  --help            Display help screen.
  --version         Display version information.
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
0.0.1-preview4 98 11/14/2024
0.0.1-preview2 277 10/10/2024
0.0.1-preview1 50 10/9/2024
0.0.1-aplha1 41 10/5/2024