Skip to content
This repository was archived by the owner on Jun 2, 2020. It is now read-only.

Commit 40a4c70

Browse files
committed
Add a link to the cli script within the output of the script
1 parent 362ded6 commit 40a4c70

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

content/reference/api/cli.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ menu:
1212

1313
**Note:** IPFS can run in either “online” (you have IPFS running separately as a daemon process) or “offline” mode, but some commands are only supported when online. For example `ipfs swarm peers` only works in online mode because you won’t be connected to a swarm at all if you’re offline. For more about running IPFS as a daemon, see [“going online” in the usage documentation]({{< relref "usage.md#going-online" >}}).
1414

15-
*Generated on 2019-07-16 15:02:26, from go-ipfs 0.4.21.*
15+
This document is autogenerated from <a href='https://github.com/ipfs/docs/blob/master/scripts/cli.sh'>scripts/cli.sh</a>. For issues and support, check out the <a href='https://github.com/ipfs/docs'>docs repository</a> on GitHub.
16+
17+
*Generated on 2019-07-16 15:20:49, from go-ipfs 0.4.21.*
1618

1719
- [ipfs](#ipfs)
1820
- [ipfs add](#ipfs-add)

scripts/cli.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ menu:
1616
<!-- TODO: Structure this around command groups (dag, object, files, etc.) -->
1717
1818
**Note:** IPFS can run in either “online” (you have IPFS running separately as a daemon process) or “offline” mode, but some commands are only supported when online. For example \`ipfs swarm peers\` only works in online mode because you won’t be connected to a swarm at all if you’re offline. For more about running IPFS as a daemon, see [“going online” in the usage documentation]({{< relref \"usage.md#going-online\" >}}).
19+
20+
This document is autogenerated from <a href='https://github.com/ipfs/docs/blob/master/scripts/cli.sh'>scripts/cli.sh</a>. For issues and support, check out the <a href='https://github.com/ipfs/docs'>docs repository</a> on GitHub.
1921
"
2022

2123
echo "*Generated on $(date +"%Y-%m-%d %T"), from go-ipfs $(ipfs version -n).*"

0 commit comments

Comments
 (0)