Skip to content

vehub/setup-vehub

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setup-vehub

You can find more details About veHub on https://vehub.vector.com/docs/

This action sets up the veHub CLI to be used in subsequent steps in your workflow.

You can find more details on how to use the CLI here: vehub.vector.com/docs/cli/.

Usage

Example usage:

# ...
steps:
  - name: Setup veHub CLI
    uses: vehub/setup-vehub@v1

  - name: Check installation
    run: vehub --version
    
  - name: List project spaces
    run: vehub space list
    env:
      VEHUB_TOKEN: ${{ secrets.VEHUB_TOKEN }}

Limitations

The action is currently supported on Linux runners. However, the CLI is also available for other platforms. When you need support for Windows or macOS, you can open a ticket.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published