File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,12 @@ chmod 755 src/main/dist/astra-init.sh
104
104
105
105
- Packaging
106
106
107
+ ```
108
+ export ASTRA_CLI_VERSION=0.5
109
+ tar -czf astra-cli-0.5-x86_64_linux.bottle.tar.gz *
110
+ zip astra-cli-$ASTRA_CLI_VERSION-linux.zip *
111
+ ```
112
+
107
113
```
108
114
zip astra-cli-0.4.zip *
109
115
zip astra-cli-0.4-linux.zip *
@@ -116,4 +122,18 @@ brew create https://github.com/datastax/astra-cli/releases/download/0.4/astra-cl
116
122
117
123
```
118
124
https://github.com/datastax/astra-cli/releases
119
- ```
125
+ ```
126
+
127
+ ### Homebrew
128
+
129
+ ```
130
+ export ASTRA_CLI_VERSION=0.5
131
+ tar -czf astra-cli-$ASTRA_CLI_VERSION.x86_64_linux.bottle.tar.gz *
132
+ shasum -a 256 astra-cli-$ASTRA_CLI_VERSION.x86_64_linux.bottle.tar.gz
133
+ zip astra-cli-$ASTRA_CLI_VERSION-linux.zip *
134
+ ```
135
+
136
+ ```
137
+ ```
138
+
139
+
You can’t perform that action at this time.
0 commit comments