File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # BETA - NOTE: This is a BETA release. This codebase should not be used for production workloads.
2+
13# Britive CLI - Pure Python Implementation
24
35
1214installed via the published tar balls in the GitHub repo.
1315
1416~~~ bash
15- pip install https://github.com/britive/python-cli/releases/download/v1.0 .0/pybritive-1.0 .0.tar.gz
17+ pip install https://github.com/britive/python-cli/releases/download/v0.1 .0/pybritive-0.1 .0.tar.gz
1618~~~
1719
1820The end user is free to install the CLI into a virtual environment or in the global scope, so it is available
@@ -101,7 +103,7 @@ _PYBRITIVE_COMPLETE=bash_source pybritive > ~/.pybritive-complete.bash
101103Source the file in ` ~/.bashrc ` .
102104
103105~~~
104- . ~/.pybritive-complete.bash
106+ source ~/.pybritive-complete.bash
105107~~~
106108
107109### Zsh
@@ -114,7 +116,7 @@ _PYBRITIVE_COMPLETE=zsh_source pybritive > ~/.pybritive-complete.zsh
114116Source the file in ` ~/.zshrc ` .
115117
116118~~~
117- . ~/.pybritive-complete.zsh
119+ source ~/.pybritive-complete.zsh
118120~~~
119121
120122### Fish
Original file line number Diff line number Diff line change 11[metadata]
22name = pybritive
3- version = 0.0.18
3+ version = 0.1.0
44author = Britive Inc.
55author_email = support@britive.com
66description = A pure Python CLI for Britive
You can’t perform that action at this time.
0 commit comments