Releases: stacc/cli
v0.1.51
Changelog
4afae0f Add .DS_Store to .gitignore
f7c4612 Added Delete to client
105d822 Added TODO to logs
17e79d2 Added a new kubectl command that works with stacc login
8dde8fc Added go get to bitbucket pipelines
61254b5 Added missing docker credentials to bitbucket pipeline
3beb301 Added more pipeline debug statements
351eeb9 Added more pipeline debug statements
1e6f678 Added pipeline debug statements
bc56eaf Added snapcraft login and cleaned up pipeline
f06e60c Added some comments for important modules
ca07c8f Changed bitbucket pipeline image
dfb4093 Changed bitbucket pipeline image to ubuntu
1ecc1ac Changed the default login provider to email-otp
56a49f5 Cleaned up client.go making it much easier for plugins to use it as a module
73f0bc5 Cleaned up client.go so that it's easier for plugins to use it for cluster communication
082ef83 Cleaned up the way local flags are being used
891d601 Commented out parts of the pipeline for testing
981e4f4 Disabled builds for linux 386
f8c5ace Disabled builds for linux arm64
d66ecf8 Enabled go 111 module for pipeline
cfe8419 Fixed bitbucket import path bitbucket.com -> bitbucket.org
9b6bbdd Fixed go 11 module export
1b19652 Fixed issue with creating snapcraft login credentials file
27d8f24 Fixed minor mistake in README.md
9037870 Formatting
6b1a534 Login now creates kubeconfig.yaml instead of .kubeconfig
7dbfba7 Moved client into it's own package
e9f3f19 Moved from flow-command-line-interface-go to stacc-command-line-interface
079aad7 Moved non CLI packages into a separate public library
162af2b Removed go get
ca11cf0 Removed goos ignores from .goreleaser.yml
257001d Removed old TODO
0391b0a Removed the api topic
e47d2e0 Removed the init command
0bda3ec Removed the process command so that it can be moved into it's own plugin
d9ca2e8 Removed the service topic
9ea6be4 Removed unnecessary comments
3fd5b88 Removed unused, commented out code blocks from Context.go
600220d Renamed references to the CLI from "flow" to "stacc"
9f777dc Revert "Commented out parts of the pipeline for testing"
dba27fe Revert "Login now creates kubeconfig.yaml instead of .kubeconfig"
eef6e9f The CLI now looks for plugins in current directory as well as path
5e44495 Updated bitbucket pipelines
f021cdd Updated bitbucket pipelines
ffb2afa Updated imports for the client module
4780a9c Updated pipeline
8678b2d Updated pipeline
1f7dbc2 [skip ci] Ran go fmt
b1ccb8a [skip ci] Updated README.md
v0.1.50
Changelog
4afae0f Add .DS_Store to .gitignore
f7c4612 Added Delete to client
105d822 Added TODO to logs
17e79d2 Added a new kubectl command that works with stacc login
8dde8fc Added go get to bitbucket pipelines
f3e153b Added id to linux build in goreleaser config
61254b5 Added missing docker credentials to bitbucket pipeline
3beb301 Added more pipeline debug statements
351eeb9 Added more pipeline debug statements
1e6f678 Added pipeline debug statements
bc56eaf Added snapcraft login and cleaned up pipeline
f06e60c Added some comments for important modules
ca07c8f Changed bitbucket pipeline image
dfb4093 Changed bitbucket pipeline image to ubuntu
1ecc1ac Changed the default login provider to email-otp
56a49f5 Cleaned up client.go making it much easier for plugins to use it as a module
73f0bc5 Cleaned up client.go so that it's easier for plugins to use it for cluster communication
082ef83 Cleaned up the way local flags are being used
891d601 Commented out parts of the pipeline for testing
981e4f4 Disabled builds for linux 386
7db186e Disabled builds for linux arm
f8c5ace Disabled builds for linux arm64
d66ecf8 Enabled go 111 module for pipeline
cfe8419 Fixed bitbucket import path bitbucket.com -> bitbucket.org
9b6bbdd Fixed go 11 module export
1b19652 Fixed issue with creating snapcraft login credentials file
27d8f24 Fixed minor mistake in README.md
9037870 Formatting
6b1a534 Login now creates kubeconfig.yaml instead of .kubeconfig
7dbfba7 Moved client into it's own package
e9f3f19 Moved from flow-command-line-interface-go to stacc-command-line-interface
162af2b Removed go get
ca11cf0 Removed goos ignores from .goreleaser.yml
257001d Removed old TODO
0391b0a Removed the api topic
e47d2e0 Removed the init command
0bda3ec Removed the process command so that it can be moved into it's own plugin
d9ca2e8 Removed the service topic
9ea6be4 Removed unnecessary comments
3fd5b88 Removed unused, commented out code blocks from Context.go
600220d Renamed references to the CLI from "flow" to "stacc"
9f777dc Revert "Commented out parts of the pipeline for testing"
dba27fe Revert "Login now creates kubeconfig.yaml instead of .kubeconfig"
eef6e9f The CLI now looks for plugins in current directory as well as path
f021cdd Updated bitbucket pipelines
5e44495 Updated bitbucket pipelines
ffb2afa Updated imports for the client module
8678b2d Updated pipeline
4780a9c Updated pipeline
b1ccb8a [skip ci] Updated README.md
v0.1.46
Changelog
4afae0f Add .DS_Store to .gitignore
65009ef Added .goreleaser.yml
f7c4612 Added Delete to client
17e79d2 Added a new kubectl command that works with stacc login
d38ecea Added bindir to goreleaser install in bitbucket pipelines
8dde8fc Added go get to bitbucket pipelines
32ffe35 Added goreleaser install to bitbucket pipelines
401bb2c Added goreleaser to bitbucket pipelines
f3e153b Added id to linux build in goreleaser config
9bc64d7 Added link to install guide in README.md
61254b5 Added missing docker credentials to bitbucket pipeline
351eeb9 Added more pipeline debug statements
3beb301 Added more pipeline debug statements
1e6f678 Added pipeline debug statements
c5adc16 Added plugin functionality
ab57516 Added scoop to .goreleaser
bc56eaf Added snapcraft login and cleaned up pipeline
ca07c8f Changed bitbucket pipeline image
dfb4093 Changed bitbucket pipeline image to ubuntu
73f0bc5 Cleaned up client.go so that it's easier for plugins to use it for cluster communication
891d601 Commented out parts of the pipeline for testing
981e4f4 Disabled builds for linux 386
7db186e Disabled builds for linux arm
f8c5ace Disabled builds for linux arm64
129339a Disabled cgo when running goreleaser in bitbucket pipelines
d66ecf8 Enabled go 111 module for pipeline
e9ee37b Enabled goreleaser to build with cgo
cfe8419 Fixed bitbucket import path bitbucket.com -> bitbucket.org
9b6bbdd Fixed go 11 module export
1b19652 Fixed issue with creating snapcraft login credentials file
27d8f24 Fixed minor mistake in README.md
33d4b8d Fixed release version for goreleaser in bitbucket pipelines
9037870 Formatting
7dbfba7 Moved client into it's own package
e9f3f19 Moved from flow-command-line-interface-go to stacc-command-line-interface
239da9d Removed blob storage publish step from bitbucket pipelines
162af2b Removed go get
ca11cf0 Removed goos ignores from .goreleaser.yml
0bda3ec Removed the process command so that it can be moved into it's own plugin
600220d Renamed references to the CLI from "flow" to "stacc"
9f777dc Revert "Commented out parts of the pipeline for testing"
eef6e9f The CLI now looks for plugins in current directory as well as path
591361d Updated .goreleaser.yml
f021cdd Updated bitbucket pipelines
5e44495 Updated bitbucket pipelines
2a40e82 Updated bitbucket pipelines with release version
4780a9c Updated pipeline
8678b2d Updated pipeline
b1ccb8a [skip ci] Updated README.md
cfb61ef cgo should now only be enabled for linux releases
v0.1.45
Changelog
4afae0f Add .DS_Store to .gitignore
65009ef Added .goreleaser.yml
17e79d2 Added a new kubectl command that works with stacc login
d38ecea Added bindir to goreleaser install in bitbucket pipelines
8dde8fc Added go get to bitbucket pipelines
32ffe35 Added goreleaser install to bitbucket pipelines
401bb2c Added goreleaser to bitbucket pipelines
f3e153b Added id to linux build in goreleaser config
9bc64d7 Added link to install guide in README.md
61254b5 Added missing docker credentials to bitbucket pipeline
3beb301 Added more pipeline debug statements
351eeb9 Added more pipeline debug statements
1e6f678 Added pipeline debug statements
c5adc16 Added plugin functionality
ab57516 Added scoop to .goreleaser
bc56eaf Added snapcraft login and cleaned up pipeline
ca07c8f Changed bitbucket pipeline image
dfb4093 Changed bitbucket pipeline image to ubuntu
891d601 Commented out parts of the pipeline for testing
981e4f4 Disabled builds for linux 386
7db186e Disabled builds for linux arm
f8c5ace Disabled builds for linux arm64
129339a Disabled cgo when running goreleaser in bitbucket pipelines
d66ecf8 Enabled go 111 module for pipeline
e9ee37b Enabled goreleaser to build with cgo
cfe8419 Fixed bitbucket import path bitbucket.com -> bitbucket.org
9b6bbdd Fixed go 11 module export
1b19652 Fixed issue with creating snapcraft login credentials file
27d8f24 Fixed minor mistake in README.md
28c4c9f Fixed pipeline indentation
33d4b8d Fixed release version for goreleaser in bitbucket pipelines
9037870 Formatting
7dbfba7 Moved client into it's own package
e9f3f19 Moved from flow-command-line-interface-go to stacc-command-line-interface
239da9d Removed blob storage publish step from bitbucket pipelines
162af2b Removed go get
ca11cf0 Removed goos ignores from .goreleaser.yml
0bda3ec Removed the process command so that it can be moved into it's own plugin
600220d Renamed references to the CLI from "flow" to "stacc"
9f777dc Revert "Commented out parts of the pipeline for testing"
eef6e9f The CLI now looks for plugins in current directory as well as path
591361d Updated .goreleaser.yml
762500b Updated Readme
f021cdd Updated bitbucket pipelines
5e44495 Updated bitbucket pipelines
2a40e82 Updated bitbucket pipelines with release version
8678b2d Updated pipeline
4780a9c Updated pipeline
b1ccb8a [skip ci] Updated README.md
cfb61ef cgo should now only be enabled for linux releases
v0.1.44
Changelog
4afae0f Add .DS_Store to .gitignore
65009ef Added .goreleaser.yml
17e79d2 Added a new kubectl command that works with stacc login
d38ecea Added bindir to goreleaser install in bitbucket pipelines
8dde8fc Added go get to bitbucket pipelines
32ffe35 Added goreleaser install to bitbucket pipelines
401bb2c Added goreleaser to bitbucket pipelines
f3e153b Added id to linux build in goreleaser config
9bc64d7 Added link to install guide in README.md
61254b5 Added missing docker credentials to bitbucket pipeline
351eeb9 Added more pipeline debug statements
3beb301 Added more pipeline debug statements
1e6f678 Added pipeline debug statements
c5adc16 Added plugin functionality
ab57516 Added scoop to .goreleaser
bc56eaf Added snapcraft login and cleaned up pipeline
ca07c8f Changed bitbucket pipeline image
dfb4093 Changed bitbucket pipeline image to ubuntu
891d601 Commented out parts of the pipeline for testing
981e4f4 Disabled builds for linux 386
7db186e Disabled builds for linux arm
f8c5ace Disabled builds for linux arm64
129339a Disabled cgo when running goreleaser in bitbucket pipelines
d66ecf8 Enabled go 111 module for pipeline
e9ee37b Enabled goreleaser to build with cgo
cfe8419 Fixed bitbucket import path bitbucket.com -> bitbucket.org
9b6bbdd Fixed go 11 module export
1b19652 Fixed issue with creating snapcraft login credentials file
27d8f24 Fixed minor mistake in README.md
28c4c9f Fixed pipeline indentation
33d4b8d Fixed release version for goreleaser in bitbucket pipelines
9037870 Formatting
e9f3f19 Moved from flow-command-line-interface-go to stacc-command-line-interface
239da9d Removed blob storage publish step from bitbucket pipelines
162af2b Removed go get
ca11cf0 Removed goos ignores from .goreleaser.yml
0bda3ec Removed the process command so that it can be moved into it's own plugin
d146e39 Renamed bitbucket-pipelines.yaml to bitbucket-pipelines.yml
600220d Renamed references to the CLI from "flow" to "stacc"
9f777dc Revert "Commented out parts of the pipeline for testing"
eef6e9f The CLI now looks for plugins in current directory as well as path
591361d Updated .goreleaser.yml
762500b Updated Readme
5e44495 Updated bitbucket pipelines
f021cdd Updated bitbucket pipelines
2a40e82 Updated bitbucket pipelines with release version
8678b2d Updated pipeline
4780a9c Updated pipeline
b1ccb8a [skip ci] Updated README.md
cfb61ef cgo should now only be enabled for linux releases
v0.1.42
Changelog
4afae0f Add .DS_Store to .gitignore
65009ef Added .goreleaser.yml
17e79d2 Added a new kubectl command that works with stacc login
d38ecea Added bindir to goreleaser install in bitbucket pipelines
8dde8fc Added go get to bitbucket pipelines
32ffe35 Added goreleaser install to bitbucket pipelines
401bb2c Added goreleaser to bitbucket pipelines
f3e153b Added id to linux build in goreleaser config
9bc64d7 Added link to install guide in README.md
61254b5 Added missing docker credentials to bitbucket pipeline
3beb301 Added more pipeline debug statements
351eeb9 Added more pipeline debug statements
1e6f678 Added pipeline debug statements
c5adc16 Added plugin functionality
ab57516 Added scoop to .goreleaser
bc56eaf Added snapcraft login and cleaned up pipeline
ca07c8f Changed bitbucket pipeline image
dfb4093 Changed bitbucket pipeline image to ubuntu
891d601 Commented out parts of the pipeline for testing
981e4f4 Disabled builds for linux 386
7db186e Disabled builds for linux arm
f8c5ace Disabled builds for linux arm64
129339a Disabled cgo when running goreleaser in bitbucket pipelines
d66ecf8 Enabled go 111 module for pipeline
e9ee37b Enabled goreleaser to build with cgo
cfe8419 Fixed bitbucket import path bitbucket.com -> bitbucket.org
9b6bbdd Fixed go 11 module export
1b19652 Fixed issue with creating snapcraft login credentials file
28c4c9f Fixed pipeline indentation
33d4b8d Fixed release version for goreleaser in bitbucket pipelines
d7bf3ec Flow CLI now uses .kubeconfig or .flowrc instead of only .flowrc
eb1123a Flow login now creates a .kubeconfig file
9037870 Formatting
239da9d Removed blob storage publish step from bitbucket pipelines
162af2b Removed go get
ca11cf0 Removed goos ignores from .goreleaser.yml
0bda3ec Removed the process command so that it can be moved into it's own plugin
d146e39 Renamed bitbucket-pipelines.yaml to bitbucket-pipelines.yml
600220d Renamed references to the CLI from "flow" to "stacc"
9f777dc Revert "Commented out parts of the pipeline for testing"
eef6e9f The CLI now looks for plugins in current directory as well as path
591361d Updated .goreleaser.yml
762500b Updated Readme
f021cdd Updated bitbucket pipelines
5e44495 Updated bitbucket pipelines
2a40e82 Updated bitbucket pipelines with release version
4780a9c Updated pipeline
8678b2d Updated pipeline
b1ccb8a [skip ci] Updated README.md
cfb61ef cgo should now only be enabled for linux releases
v0.1.41
Changelog
4afae0f Add .DS_Store to .gitignore
65009ef Added .goreleaser.yml
17e79d2 Added a new kubectl command that works with stacc login
d38ecea Added bindir to goreleaser install in bitbucket pipelines
8dde8fc Added go get to bitbucket pipelines
32ffe35 Added goreleaser install to bitbucket pipelines
401bb2c Added goreleaser to bitbucket pipelines
f3e153b Added id to linux build in goreleaser config
9bc64d7 Added link to install guide in README.md
61254b5 Added missing docker credentials to bitbucket pipeline
3beb301 Added more pipeline debug statements
351eeb9 Added more pipeline debug statements
1e6f678 Added pipeline debug statements
c5adc16 Added plugin functionality
ab57516 Added scoop to .goreleaser
bc56eaf Added snapcraft login and cleaned up pipeline
ca07c8f Changed bitbucket pipeline image
dfb4093 Changed bitbucket pipeline image to ubuntu
891d601 Commented out parts of the pipeline for testing
981e4f4 Disabled builds for linux 386
7db186e Disabled builds for linux arm
f8c5ace Disabled builds for linux arm64
129339a Disabled cgo when running goreleaser in bitbucket pipelines
d66ecf8 Enabled go 111 module for pipeline
e9ee37b Enabled goreleaser to build with cgo
cfe8419 Fixed bitbucket import path bitbucket.com -> bitbucket.org
9b6bbdd Fixed go 11 module export
1b19652 Fixed issue with creating snapcraft login credentials file
28c4c9f Fixed pipeline indentation
33d4b8d Fixed release version for goreleaser in bitbucket pipelines
d7bf3ec Flow CLI now uses .kubeconfig or .flowrc instead of only .flowrc
eb1123a Flow login now creates a .kubeconfig file
9037870 Formatting
239da9d Removed blob storage publish step from bitbucket pipelines
162af2b Removed go get
ca11cf0 Removed goos ignores from .goreleaser.yml
d146e39 Renamed bitbucket-pipelines.yaml to bitbucket-pipelines.yml
600220d Renamed references to the CLI from "flow" to "stacc"
9f777dc Revert "Commented out parts of the pipeline for testing"
eef6e9f The CLI now looks for plugins in current directory as well as path
591361d Updated .goreleaser.yml
762500b Updated Readme
5e44495 Updated bitbucket pipelines
f021cdd Updated bitbucket pipelines
2a40e82 Updated bitbucket pipelines with release version
8678b2d Updated pipeline
4780a9c Updated pipeline
b1ccb8a [skip ci] Updated README.md
cfb61ef cgo should now only be enabled for linux releases
065339e flow status: Added restart count and pod age to help determine the real status of the pod
v0.1.40
Changelog
4afae0f Add .DS_Store to .gitignore
65009ef Added .goreleaser.yml
d38ecea Added bindir to goreleaser install in bitbucket pipelines
8dde8fc Added go get to bitbucket pipelines
32ffe35 Added goreleaser install to bitbucket pipelines
401bb2c Added goreleaser to bitbucket pipelines
f3e153b Added id to linux build in goreleaser config
9bc64d7 Added link to install guide in README.md
61254b5 Added missing docker credentials to bitbucket pipeline
351eeb9 Added more pipeline debug statements
3beb301 Added more pipeline debug statements
1e6f678 Added pipeline debug statements
c5adc16 Added plugin functionality
ab57516 Added scoop to .goreleaser
bc56eaf Added snapcraft login and cleaned up pipeline
ca07c8f Changed bitbucket pipeline image
dfb4093 Changed bitbucket pipeline image to ubuntu
fc50d5d Changed the name of the binary file to stacc instead of flow
891d601 Commented out parts of the pipeline for testing
981e4f4 Disabled builds for linux 386
7db186e Disabled builds for linux arm
f8c5ace Disabled builds for linux arm64
129339a Disabled cgo when running goreleaser in bitbucket pipelines
d66ecf8 Enabled go 111 module for pipeline
e9ee37b Enabled goreleaser to build with cgo
cfe8419 Fixed bitbucket import path bitbucket.com -> bitbucket.org
9b6bbdd Fixed go 11 module export
1b19652 Fixed issue with creating snapcraft login credentials file
28c4c9f Fixed pipeline indentation
33d4b8d Fixed release version for goreleaser in bitbucket pipelines
d7bf3ec Flow CLI now uses .kubeconfig or .flowrc instead of only .flowrc
eb1123a Flow login now creates a .kubeconfig file
9037870 Formatting
239da9d Removed blob storage publish step from bitbucket pipelines
162af2b Removed go get
ca11cf0 Removed goos ignores from .goreleaser.yml
d146e39 Renamed bitbucket-pipelines.yaml to bitbucket-pipelines.yml
600220d Renamed references to the CLI from "flow" to "stacc"
9f777dc Revert "Commented out parts of the pipeline for testing"
eef6e9f The CLI now looks for plugins in current directory as well as path
591361d Updated .goreleaser.yml
762500b Updated Readme
f021cdd Updated bitbucket pipelines
5e44495 Updated bitbucket pipelines
2a40e82 Updated bitbucket pipelines with release version
4780a9c Updated pipeline
8678b2d Updated pipeline
b1ccb8a [skip ci] Updated README.md
cfb61ef cgo should now only be enabled for linux releases
065339e flow status: Added restart count and pod age to help determine the real status of the pod
v0.1.38
Changelog
65009ef Added .goreleaser.yml
d38ecea Added bindir to goreleaser install in bitbucket pipelines
dafbf18 Added bitbucket-pipelines.yaml
8dde8fc Added go get to bitbucket pipelines
32ffe35 Added goreleaser install to bitbucket pipelines
401bb2c Added goreleaser to bitbucket pipelines
f3e153b Added id to linux build in goreleaser config
9bc64d7 Added link to install guide in README.md
61254b5 Added missing docker credentials to bitbucket pipeline
351eeb9 Added more pipeline debug statements
3beb301 Added more pipeline debug statements
1e6f678 Added pipeline debug statements
c5adc16 Added plugin functionality
ab57516 Added scoop to .goreleaser
bc56eaf Added snapcraft login and cleaned up pipeline
ca07c8f Changed bitbucket pipeline image
dfb4093 Changed bitbucket pipeline image to ubuntu
fc50d5d Changed the name of the binary file to stacc instead of flow
891d601 Commented out parts of the pipeline for testing
981e4f4 Disabled builds for linux 386
7db186e Disabled builds for linux arm
f8c5ace Disabled builds for linux arm64
129339a Disabled cgo when running goreleaser in bitbucket pipelines
d66ecf8 Enabled go 111 module for pipeline
e9ee37b Enabled goreleaser to build with cgo
cfe8419 Fixed bitbucket import path bitbucket.com -> bitbucket.org
9b6bbdd Fixed go 11 module export
1b19652 Fixed issue with creating snapcraft login credentials file
28c4c9f Fixed pipeline indentation
33d4b8d Fixed release version for goreleaser in bitbucket pipelines
d7bf3ec Flow CLI now uses .kubeconfig or .flowrc instead of only .flowrc
eb1123a Flow login now creates a .kubeconfig file
239da9d Removed blob storage publish step from bitbucket pipelines
162af2b Removed go get
ca11cf0 Removed goos ignores from .goreleaser.yml
d146e39 Renamed bitbucket-pipelines.yaml to bitbucket-pipelines.yml
9f777dc Revert "Commented out parts of the pipeline for testing"
591361d Updated .goreleaser.yml
762500b Updated Readme
5e44495 Updated bitbucket pipelines
f021cdd Updated bitbucket pipelines
2a40e82 Updated bitbucket pipelines with release version
4780a9c Updated pipeline
8678b2d Updated pipeline
cfb61ef cgo should now only be enabled for linux releases
7b03660 flow log: Should now detect when pods go down
efe90cb flow logs: Improved logging by adding important flags and improved coloring
a92a6f8 flow push: Implemented watch functionality with websockets and reconnection functionality
1a6d015 flow push: Improved the way stacc-cloud disconnects are handled
065339e flow status: Added restart count and pod age to help determine the real status of the pod
v0.1.37
Changelog
65009ef Added .goreleaser.yml
d38ecea Added bindir to goreleaser install in bitbucket pipelines
dafbf18 Added bitbucket-pipelines.yaml
8dde8fc Added go get to bitbucket pipelines
32ffe35 Added goreleaser install to bitbucket pipelines
401bb2c Added goreleaser to bitbucket pipelines
f3e153b Added id to linux build in goreleaser config
9bc64d7 Added link to install guide in README.md
61254b5 Added missing docker credentials to bitbucket pipeline
351eeb9 Added more pipeline debug statements
3beb301 Added more pipeline debug statements
1e6f678 Added pipeline debug statements
c5adc16 Added plugin functionality
ab57516 Added scoop to .goreleaser
bc56eaf Added snapcraft login and cleaned up pipeline
ca07c8f Changed bitbucket pipeline image
dfb4093 Changed bitbucket pipeline image to ubuntu
fc50d5d Changed the name of the binary file to stacc instead of flow
891d601 Commented out parts of the pipeline for testing
981e4f4 Disabled builds for linux 386
7db186e Disabled builds for linux arm
f8c5ace Disabled builds for linux arm64
129339a Disabled cgo when running goreleaser in bitbucket pipelines
d66ecf8 Enabled go 111 module for pipeline
e9ee37b Enabled goreleaser to build with cgo
cfe8419 Fixed bitbucket import path bitbucket.com -> bitbucket.org
9b6bbdd Fixed go 11 module export
1b19652 Fixed issue with creating snapcraft login credentials file
28c4c9f Fixed pipeline indentation
33d4b8d Fixed release version for goreleaser in bitbucket pipelines
d7bf3ec Flow CLI now uses .kubeconfig or .flowrc instead of only .flowrc
eb1123a Flow login now creates a .kubeconfig file
239da9d Removed blob storage publish step from bitbucket pipelines
162af2b Removed go get
d146e39 Renamed bitbucket-pipelines.yaml to bitbucket-pipelines.yml
9f777dc Revert "Commented out parts of the pipeline for testing"
591361d Updated .goreleaser.yml
762500b Updated Readme
5e44495 Updated bitbucket pipelines
f021cdd Updated bitbucket pipelines
2a40e82 Updated bitbucket pipelines with release version
8678b2d Updated pipeline
4780a9c Updated pipeline
cfb61ef cgo should now only be enabled for linux releases
7b03660 flow log: Should now detect when pods go down
efe90cb flow logs: Improved logging by adding important flags and improved coloring
a92a6f8 flow push: Implemented watch functionality with websockets and reconnection functionality
1a6d015 flow push: Improved the way stacc-cloud disconnects are handled
ba33072 flow status: Added long descriptions and examples
065339e flow status: Added restart count and pod age to help determine the real status of the pod