You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-12
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,6 @@
1
+
# NetFoundry Python Module
2
+
3
+
This module has a general-purpose library for using the NetFoundry API and installs the CLI `nfctl`.
1
4
2
5
## User Guide
3
6
@@ -6,18 +9,19 @@
6
9
## Find the Version
7
10
8
11
```bash
9
-
$ python3 -m netfoundry.version
12
+
$ python3 -m netfoundry.version
13
+
v5.2.0
14
+
# or
15
+
$ nfctl version
10
16
v5.2.0
11
17
```
12
18
13
19
## Play the demo
14
20
15
-
This creates a demo network named "BibbidiBobbidiBoo" with your API account stored in ~/.netfoundry/credentials.json
16
-
17
-
Learn about getting an API account by reading the [Authentication Guide](https://developer.netfoundry.io/v2/guides/authentication/)
21
+
This creates a demo network with your API account file named `credentials.json` stored in the current directory or the XDG config directory e.g. `~/.config/netfoundry/`. Learn how to obtain and use an API account for your NetFoundry organization in [the Authentication Guide](https://developer.netfoundry.io/guides/authentication/)
0 commit comments