Skip to content

Frosty-night

Compare
Choose a tag to compare
@nicolasdscp nicolasdscp released this 01 Aug 20:04
· 29 commits to master since this release

πŸŽ‰ New release v0.4.1

In this release I focused on producing results. I wanted to add simple and basic features to manage multiple repositories.

Added

.netrc management

This release introduce the management of your .netrc file directly via giwow cli

Usage:
  giwow token
  giwow token [command]

Available Commands:
  add         Add a new machine to your .netrc file
  ls          List your auth tokens
  rm          Remove a machine from your .netrc file
  set         Set values for a machine

Flags:
  -h, --help           help for token
      --netrc string   The path to the netrc file, default is $HOME/.netrc

Workspace basic management

You can now create workspaces and manage your workspace.
see CLI documentation for more information

Project basic management

Add your project and clone them via the CLI, your can auto discover your projects if you are using Gitlab.
see CLI documentation for more information

(Btw the release name was automatically generated)