File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ export default {
144144 items : [
145145 { text : 'APIs' , link : '/ecosystem/apis.md' } ,
146146 { text : 'aa-js' , link : '/ecosystem/aa-js.md' } ,
147- { text : 'CLI & Oort ' , link : '/ecosystem/cli-oort .md' }
147+ { text : 'CLI' , link : '/ecosystem/cli.md' }
148148 ]
149149 }
150150 ]
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.
55
66* [ APIs] ( ./apis.md ) - our backend RESTful APIs.
77* [ 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).
109
1110## Support services & repositories
1211
You can’t perform that action at this time.
0 commit comments