File tree 4 files changed +15
-39
lines changed
4 files changed +15
-39
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ export default {
144
144
items : [
145
145
{ text : 'APIs' , link : '/ecosystem/apis.md' } ,
146
146
{ text : 'aa-js' , link : '/ecosystem/aa-js.md' } ,
147
- { text : 'CLI & Oort ' , link : '/ecosystem/cli-oort .md' }
147
+ { text : 'CLI' , link : '/ecosystem/cli.md' }
148
148
]
149
149
}
150
150
]
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ Command-Line Interface (CLI)
2
+ ===
3
+
4
+ The Arcsecond CLI is a Python module that can be used in the terminal with the command ` arcsecond. `
5
+ The full documentation is available [ here] ( https://docs.arcsecond.io/cli ) .
6
+
7
+ The CLI also contains an easy ` upload ` command to upload your data to the Arcsecond Cloud SFtorage.
8
+
9
+ Quick Start
10
+ ---
11
+
12
+ * ` pip install arcsecond `
13
+ * ` arcsecond --help `
Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ associated services and projects.
5
5
6
6
* [ APIs] ( ./apis.md ) - our backend RESTful APIs.
7
7
* [ aa-js] ( ./aa-js.md ) - our open-source library of astronomical algorithms in Typescript.
8
- * [ CLI] ( ./cli-oort.md ) - our open-source Command-Line Interface (a.k.a. the ` arcsecond ` terminal command).
9
- * [ Oort] ( ./cli-oort.md ) - our open-source data uploader.
8
+ * [ CLI] ( ./cli.md ) - our open-source Command-Line Interface (a.k.a. the ` arcsecond ` terminal command).
10
9
11
10
## Support services & repositories
12
11
You can’t perform that action at this time.
0 commit comments